#1A4270

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

Shades of Dark Cerulean #1A4270

Tints of Dark Cerulean #1A4270

Color information

#1A4270 (or 0x1A4270) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 42 and 70. RGB value is (26,66,112). Sum of RGB (Red+Green+Blue) = 26+66+112=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A4270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4270 is #E5BD8F. Grayscale: #3B3B3B. Windows color (decimal): -15056272 or 7356954. OLE color: 7356954.

HSL color Cylindrical-coordinate representation of color #1A4270: hue angle of 212.09º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A4270 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2666112-
CMYK0.770.4100.56
HSL212.09º62.32%27.06%-
HSV(B)212.09º76.79%43.92%-
XYZ5.35.2916.07-
YUV59.28157.75104.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.75%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 112 (44.14% from 255) = 54.90%
R=12.75%
G=32.35%
B=54.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26661120.770.4100.56212.0962.3227.06
Hex1A42704D29038d43e1b
Octal32102160115510703247633
Binary1101010000101110000100110110100101110001101010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,66,112); }

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

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

 a { background-color: rgb(26,66,112); }

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

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

 span { border-color: rgb(26,66,112); }

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