#1A3A89

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

Shades of Dark Cerulean #1A3A89

Tints of Dark Cerulean #1A3A89

Color information

#1A3A89 (or 0x1A3A89) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 3A and 89. RGB value is (26,58,137). Sum of RGB (Red+Green+Blue) = 26+58+137=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A3A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3A89 is #E5C576. Grayscale: #393939. Windows color (decimal): -15058295 or 8993306. OLE color: 8993306.

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

Color convert

RGB2658137-
CMYK0.810.5800.46
HSL222.7º68.1%31.96%-
HSV(B)222.7º81.02%53.73%-
XYZ6.455.0524.3-
YUV57.44172.9105.58-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.76%
GREEN value IS 58 (23.05% from 255) = 26.24%
BLUE value IS 137 (53.91% from 255) = 61.99%
R=11.76%
G=26.24%
B=61.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal26581370.810.5800.46222.768.131.96
Hex1A3A89513A02Edf4420
Octal32722111217205633710440
Binary110101110101000100110100011110100101110110111111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,58,137); }

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

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

 a { background-color: rgb(26,58,137); }

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

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

 span { border-color: rgb(26,58,137); }

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