#014E73

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

Shades of Dark Cerulean #014E73

Tints of Dark Cerulean #014E73

Color information

#014E73 (or 0x014E73) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4E and 73. RGB value is (1,78,115). Sum of RGB (Red+Green+Blue) = 1+78+115=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #014E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E73 is #FEB18C. Grayscale: #3A3A3A. Windows color (decimal): -16691597 or 7556609. OLE color: 7556609.

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

Color convert

RGB178115-
CMYK0.990.3200.55
HSL199.47º98.28%22.75%-
HSV(B)199.47º99.13%45.1%-
XYZ5.836.6917.2-
YUV59.19159.4986.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 78 (30.86% from 255) = 40.21%
BLUE value IS 115 (45.31% from 255) = 59.28%
R=0.52%
G=40.21%
B=59.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1781150.990.3200.55199.4798.2822.75
Hex14E736320037c76217
Octal11161631434006730714227
Binary1100111011100111100011100000011011111000111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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