#1A477A

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

Shades of Dark Cerulean #1A477A

Tints of Dark Cerulean #1A477A

Color information

#1A477A (or 0x1A477A) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 47 and 7A. RGB value is (26,71,122). Sum of RGB (Red+Green+Blue) = 26+71+122=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #1A477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A477A is #E5B885. Grayscale: #3F3F3F. Windows color (decimal): -15054982 or 8013594. OLE color: 8013594.

HSL color Cylindrical-coordinate representation of color #1A477A: hue angle of 211.88º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A477A is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2671122-
CMYK0.790.4200.52
HSL211.88º64.86%29.02%-
HSV(B)211.88º78.69%47.84%-
XYZ6.196.1319.27-
YUV63.36161.09101.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.87%
GREEN value IS 71 (28.12% from 255) = 32.42%
BLUE value IS 122 (48.05% from 255) = 55.71%
R=11.87%
G=32.42%
B=55.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal26711220.790.4200.52211.8864.8629.02
Hex1A477A4F2A034d4411d
Octal321071721175206432410135
Binary11010100011111110101001111101010011010011010100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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