#1A426F

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

Shades of Dark Cerulean #1A426F

Tints of Dark Cerulean #1A426F

Color information

#1A426F (or 0x1A426F) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 42 and 6F. RGB value is (26,66,111). Sum of RGB (Red+Green+Blue) = 26+66+111=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #1A426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A426F is #E5BD90. Grayscale: #3A3A3A. Windows color (decimal): -15056273 or 7291418. OLE color: 7291418.

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

Color convert

RGB2666111-
CMYK0.770.4100.56
HSL211.76º62.04%26.86%-
HSV(B)211.76º76.58%43.53%-
XYZ5.245.2615.78-
YUV59.17157.25104.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.81%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 111 (43.75% from 255) = 54.68%
R=12.81%
G=32.51%
B=54.68%

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
Decimal26661110.770.4100.56211.7662.0426.86
Hex1A426F4D29038d43e1b
Octal32102157115510703247633
Binary1101010000101101111100110110100101110001101010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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