#014E7C

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

Shades of Dark Cerulean #014E7C

Tints of Dark Cerulean #014E7C

Color information

#014E7C (or 0x014E7C) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4E and 7C. RGB value is (1,78,124). Sum of RGB (Red+Green+Blue) = 1+78+124=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #014E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E7C is #FEB183. Grayscale: #3B3B3B. Windows color (decimal): -16691588 or 8146433. OLE color: 8146433.

HSL color Cylindrical-coordinate representation of color #014E7C: hue angle of 202.44º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E7C is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB178124-
CMYK0.990.3700.51
HSL202.44º98.4%24.51%-
HSV(B)202.44º99.19%48.63%-
XYZ6.376.9120.07-
YUV60.22163.9985.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 78 (30.86% from 255) = 38.42%
BLUE value IS 124 (48.83% from 255) = 61.08%
R=0.49%
G=38.42%
B=61.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1781240.990.3700.51202.4498.424.51
Hex14E7C6325033ca6219
Octal11161741434506331214231
Binary1100111011111001100011100101011001111001010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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