#1A3F72

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

Shades of Dark Cerulean #1A3F72

Tints of Dark Cerulean #1A3F72

Color information

#1A3F72 (or 0x1A3F72) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 3F and 72. RGB value is (26,63,114). Sum of RGB (Red+Green+Blue) = 26+63+114=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A3F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3F72 is #E5C08D. Grayscale: #393939. Windows color (decimal): -15057038 or 7487258. OLE color: 7487258.

HSL color Cylindrical-coordinate representation of color #1A3F72: hue angle of 214.77º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A3F72 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2663114-
CMYK0.770.4500.55
HSL214.77º62.86%27.45%-
HSV(B)214.77º77.19%44.71%-
XYZ5.244.9916.61-
YUV57.75159.74105.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.81%
GREEN value IS 63 (25% from 255) = 31.03%
BLUE value IS 114 (44.92% from 255) = 56.16%
R=12.81%
G=31.03%
B=56.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26631140.770.4500.55214.7762.8627.45
Hex1A3F724D2D037d73f1b
Octal3277162115550673277733
Binary110101111111110010100110110110101101111101011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,63,114); }

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

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

 a { background-color: rgb(26,63,114); }

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

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

 span { border-color: rgb(26,63,114); }

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