#1A4472

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

Shades of Dark Cerulean #1A4472

Tints of Dark Cerulean #1A4472

Color information

#1A4472 (or 0x1A4472) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 44 and 72. RGB value is (26,68,114). Sum of RGB (Red+Green+Blue) = 26+68+114=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A4472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4472 is #E5BB8D. Grayscale: #3C3C3C. Windows color (decimal): -15055758 or 7488538. OLE color: 7488538.

HSL color Cylindrical-coordinate representation of color #1A4472: hue angle of 211.36º 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 #1A4472 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2668114-
CMYK0.770.4000.55
HSL211.36º62.86%27.45%-
HSV(B)211.36º77.19%44.71%-
XYZ5.535.5716.7-
YUV60.69158.09103.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.5%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 114 (44.92% from 255) = 54.81%
R=12.5%
G=32.69%
B=54.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26681140.770.4000.55211.3662.8627.45
Hex1A44724D28037d33f1b
Octal32104162115500673237733
Binary1101010001001110010100110110100001101111101001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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