#1A487C

Color #1A487C Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #1A487C

Tints of Dark Cerulean #1A487C

Color information

#1A487C (or 0x1A487C) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 48 and 7C. RGB value is (26,72,124). Sum of RGB (Red+Green+Blue) = 26+72+124=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A487C is #E5B783. Grayscale: #3F3F3F. Windows color (decimal): -15054724 or 8144922. OLE color: 8144922.

HSL color Cylindrical-coordinate representation of color #1A487C: hue angle of 211.84º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A487C is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2672124-
CMYK0.790.4200.51
HSL211.84º65.33%29.41%-
HSV(B)211.84º79.03%48.63%-
XYZ6.386.3119.95-
YUV64.17161.76100.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 11.71%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 124 (48.83% from 255) = 55.86%
R=11.71%
G=32.43%
B=55.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26721240.790.4200.51211.8465.3329.41
Hex1A487C4F2A033d4411d
Octal321101741175206332410135
Binary11010100100011111001001111101010011001111010100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A487C; }

 p { color: rgb(26,72,124); }

 H1.HeaderClassName
 {
   color: #1A487C;
 }
 .AnyTagClassName
 {
   color: #1A487C;
 }
</style>
background-color css

<style>
 a { background-color: #1A487C; }

 a { background-color: rgb(26,72,124); }

 div.DivClassName
 {
   background-color: #1A487C;
 }
 .BgClassName
 {
   background-color: #1A487C;
 }
</style>
border-color css

<style>
 span { border-color: #1A487C; }

 span { border-color: rgb(26,72,124); }

 td.TdClassName
 {
   border-color: #1A487C;
 }
 .TagClassName
 {
   border-color: #1A487C;
 }
</style>