Color Hex Logo

#1237db Color Hex

#1237DB
(18,55,219)
0 Favorites   0 Comments

Color spaces of #1237db

RGB 1855219
HSL0.640.850.46
HSV229°92°86°
CMYK 0.920.750.00   0.14
XYZ14.40187.975467.7982
Yxy7.97540.15970.0884
Hunter Lab28.240841.6075-122.5703
CIE-Lab33.931651.3383-84.6959

#1237db color RGB value is (18,55,219).

#1237db hex color red value is 18, green value is 55 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1237db hue: 0.64 , saturation: 0.85 and the lightness value of 1237db is 0.46.

The process color (four color CMYK) of #1237db color hex is 0.92, 0.75, 0.00, 0.14. Web safe color of #1237db is #0033cc. Color #1237db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00110111 11011011
Octal 22 67 333
Decimal 18 55 219
Hex 12 37 DB

RGB Percentages of Color #1237db

%6.16
%18.84
%75.00

CMYK Percentages of Color #1237db

%92
%75
%0
%14

Triadic Colors of #1237db

#1237db #db1237 #37db12

Analogous Colors of #1237db

#1237db #5112db #129cdb

Monochromatic Colors of #1237db

#1237db

Complementary Color

#1237db #dbb612

#1237db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1237db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1237db Color CSS Codes

.mybgcolor {background-color:#1237db; } 
.myforecolor {color:#1237db; }
.mybordercolor {border:3px solid #1237db; }

#1237db Text Font Color

<p style="color:#1237db">Text here</p>

This sample text font color is #1237db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1237db Background Color

<div style="background-color:#1237db">
Div content here</div>

This div background color is #1237db


#1237db Border Color

<div style="border:3px solid #1237db">
Div here</div>

This div border color is #1237db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,55,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1237db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1237db;
  -webkit-box-shadow: 1px 1px 3px 2px #1237db;
  box-shadow:         1px 1px 3px 2px #1237db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,55,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1237db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1237db;
  -webkit-box-shadow: 1px 1px 3px 2px #1237db;
  box-shadow:         1px 1px 3px 2px #1237db;">
Div content here</div>

This div box has shadow with color #1237db


Comments

No comments written yet.

Please login to write comment.