#1A4588

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

Shades of Dark Cerulean #1A4588

Tints of Dark Cerulean #1A4588

Color information

#1A4588 (or 0x1A4588) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 45 and 88. RGB value is (26,69,136). Sum of RGB (Red+Green+Blue) = 26+69+136=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 136 (53.52% from 255 or 58.87% from 231); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A4588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4588 is #E5BA77. Grayscale: #3F3F3F. Windows color (decimal): -15055480 or 8930586. OLE color: 8930586.

HSL color Cylindrical-coordinate representation of color #1A4588: hue angle of 216.55º 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 #1A4588 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2669136-
CMYK0.810.4900.47
HSL216.55º67.9%31.76%-
HSV(B)216.55º80.88%53.33%-
XYZ76.2524.13-
YUV63.78168.75101.05-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.26%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 136 (53.52% from 255) = 58.87%
R=11.26%
G=29.87%
B=58.87%

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
Decimal26691360.810.4900.47216.5567.931.76
Hex1A4588513102Fd94420
Octal321052101216105733110440
Binary1101010001011000100010100011100010101111110110011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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