#1A4676

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

Shades of Dark Cerulean #1A4676

Tints of Dark Cerulean #1A4676

Color information

#1A4676 (or 0x1A4676) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 46 and 76. RGB value is (26,70,118). Sum of RGB (Red+Green+Blue) = 26+70+118=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #1A4676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4676 is #E5B989. Grayscale: #3E3E3E. Windows color (decimal): -15055242 or 7751194. OLE color: 7751194.

HSL color Cylindrical-coordinate representation of color #1A4676: hue angle of 211.3º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A4676 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2670118-
CMYK0.780.4100.54
HSL211.3º63.89%28.24%-
HSV(B)211.3º77.97%46.27%-
XYZ5.895.9117.97-
YUV62.32159.42102.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.15%
GREEN value IS 70 (27.73% from 255) = 32.71%
BLUE value IS 118 (46.48% from 255) = 55.14%
R=12.15%
G=32.71%
B=55.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26701180.780.4100.54211.363.8928.24
Hex1A46764E29036d3401c
Octal321061661165106632310034
Binary11010100011011101101001110101001011011011010011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,70,118); }

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

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

 a { background-color: rgb(26,70,118); }

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

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

 span { border-color: rgb(26,70,118); }

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