#1A3988

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

Shades of Dark Cerulean #1A3988

Tints of Dark Cerulean #1A3988

Color information

#1A3988 (or 0x1A3988) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 39 and 88. RGB value is (26,57,136). Sum of RGB (Red+Green+Blue) = 26+57+136=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A3988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3988 is #E5C677. Grayscale: #383838. Windows color (decimal): -15058552 or 8927514. OLE color: 8927514.

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

Color convert

RGB2657136-
CMYK0.810.5800.47
HSL223.09º67.9%31.76%-
HSV(B)223.09º80.88%53.33%-
XYZ6.334.9223.91-
YUV56.74172.73106.08-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.87%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 136 (53.52% from 255) = 62.10%
R=11.87%
G=26.03%
B=62.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26571360.810.5800.47223.0967.931.76
Hex1A3988513A02Fdf4420
Octal32712101217205733710440
Binary110101110011000100010100011110100101111110111111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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