#1a4677

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

Shades of Dark Cerulean #1A4677

Tints of Dark Cerulean #1A4677

Color information

#1A4677 (or 0x1A4677) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 46 and 77. RGB value is (26,70,119). Sum of RGB (Red+Green+Blue) = 26+70+119=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #1A4677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4677 is #E5B988. Grayscale: #3E3E3E. Windows color (decimal): -15055241 or 7816730. OLE color: 7816730.

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

Color convert

RGB2670119-
CMYK0.780.4100.53
HSL211.61º64.14%28.43%-
HSV(B)211.61º78.15%46.67%-
XYZ5.955.9318.28-
YUV62.43159.92102.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.09%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 119 (46.88% from 255) = 55.35%
R=12.09%
G=32.56%
B=55.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26701190.780.4100.53211.6164.1428.43
Hex1A46774E29035d4401c
Octal321061671165106532410034
Binary11010100011011101111001110101001011010111010100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a4677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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