#014E77

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

Shades of Dark Cerulean #014E77

Tints of Dark Cerulean #014E77

Color information

#014E77 (or 0x014E77) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4E and 77. RGB value is (1,78,119). Sum of RGB (Red+Green+Blue) = 1+78+119=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #014E77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E77 is #FEB188. Grayscale: #3B3B3B. Windows color (decimal): -16691593 or 7818753. OLE color: 7818753.

HSL color Cylindrical-coordinate representation of color #014E77: hue angle of 200.85º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E77 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB178119-
CMYK0.990.3400.53
HSL200.85º98.33%23.53%-
HSV(B)200.85º99.16%46.67%-
XYZ6.076.7918.44-
YUV59.65161.4986.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 78 (30.86% from 255) = 39.39%
BLUE value IS 119 (46.88% from 255) = 60.10%
R=0.51%
G=39.39%
B=60.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1781190.990.3400.53200.8598.3323.53
Hex14E776322035c96218
Octal11161671434206531114230
Binary1100111011101111100011100010011010111001001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014E77; }

 p { color: rgb(1,78,119); }

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

<style>
 a { background-color: #014E77; }

 a { background-color: rgb(1,78,119); }

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

<style>
 span { border-color: #014E77; }

 span { border-color: rgb(1,78,119); }

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