#1A477D

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

Shades of Dark Cerulean #1A477D

Tints of Dark Cerulean #1A477D

Color information

#1A477D (or 0x1A477D) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 47 and 7D. RGB value is (26,71,125). Sum of RGB (Red+Green+Blue) = 26+71+125=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A477D is #E5B882. Grayscale: #3F3F3F. Windows color (decimal): -15054979 or 8210202. OLE color: 8210202.

HSL color Cylindrical-coordinate representation of color #1A477D: hue angle of 212.73º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A477D is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2671125-
CMYK0.790.4300.51
HSL212.73º65.56%29.61%-
HSV(B)212.73º79.2%49.02%-
XYZ6.386.2120.26-
YUV63.7162.59101.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.71%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 125 (49.22% from 255) = 56.31%
R=11.71%
G=31.98%
B=56.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26711250.790.4300.51212.7365.5629.61
Hex1A477D4F2B033d5421e
Octal321071751175306332510236
Binary11010100011111111011001111101011011001111010101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A477D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,71,125); }

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

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

 a { background-color: rgb(26,71,125); }

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

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

 span { border-color: rgb(26,71,125); }

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