#014073

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

Shades of Dark Cerulean #014073

Tints of Dark Cerulean #014073

Color information

#014073 (or 0x014073) is unknown color: approx Dark Cerulean. HEX triplet: 01, 40 and 73. RGB value is (1,64,115). Sum of RGB (Red+Green+Blue) = 1+64+115=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 115 (45.31% from 255 or 63.89% from 180); Max value from RGB is 115 - color contains mainly: blue. Hex color #014073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014073 is #FEBF8C. Grayscale: #323232. Windows color (decimal): -16695181 or 7553025. OLE color: 7553025.

HSL color Cylindrical-coordinate representation of color #014073: hue angle of 206.84º 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 #014073 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB164115-
CMYK0.990.4400.55
HSL206.84º98.28%22.75%-
HSV(B)206.84º99.13%45.1%-
XYZ4.944.9116.91-
YUV50.98164.1392.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 115 (45.31% from 255) = 63.89%
R=0.56%
G=35.56%
B=63.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1641150.990.4400.55206.8498.2822.75
Hex14073632C037cf6217
Octal11001631435406731714227
Binary1100000011100111100011101100011011111001111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014073; }

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

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

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

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

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

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

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

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