#014E75

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

Shades of Dark Cerulean #014E75

Tints of Dark Cerulean #014E75

Color information

#014E75 (or 0x014E75) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4E and 75. RGB value is (1,78,117). Sum of RGB (Red+Green+Blue) = 1+78+117=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #014E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E75 is #FEB18A. Grayscale: #3B3B3B. Windows color (decimal): -16691595 or 7687681. OLE color: 7687681.

HSL color Cylindrical-coordinate representation of color #014E75: hue angle of 200.17º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E75 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB178117-
CMYK0.990.3300.54
HSL200.17º98.31%23.14%-
HSV(B)200.17º99.15%45.88%-
XYZ5.956.7417.82-
YUV59.42160.4986.33-

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.80%
BLUE value IS 117 (46.09% from 255) = 59.69%
R=0.51%
G=39.80%
B=59.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1781170.990.3300.54200.1798.3123.14
Hex14E756321036c86217
Octal11161651434106631014227
Binary1100111011101011100011100001011011011001000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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