#1A4688

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

Shades of Dark Cerulean #1A4688

Tints of Dark Cerulean #1A4688

Color information

#1A4688 (or 0x1A4688) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 46 and 88. RGB value is (26,70,136). Sum of RGB (Red+Green+Blue) = 26+70+136=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A4688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4688 is #E5B977. Grayscale: #404040. Windows color (decimal): -15055224 or 8930842. OLE color: 8930842.

HSL color Cylindrical-coordinate representation of color #1A4688: hue angle of 216º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A4688 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2670136-
CMYK0.810.4900.47
HSL216º67.9%31.76%-
HSV(B)216º80.88%53.33%-
XYZ7.066.3824.15-
YUV64.37168.42100.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.21%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 136 (53.52% from 255) = 58.62%
R=11.21%
G=30.17%
B=58.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26701360.810.4900.4721667.931.76
Hex1A4688513102Fd84420
Octal321062101216105733010440
Binary1101010001101000100010100011100010101111110110001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,70,136); }

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

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

 a { background-color: rgb(26,70,136); }

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

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

 span { border-color: rgb(26,70,136); }

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