#014370

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

Shades of Dark Cerulean #014370

Tints of Dark Cerulean #014370

Color information

#014370 (or 0x014370) is unknown color: approx Dark Cerulean. HEX triplet: 01, 43 and 70. RGB value is (1,67,112). Sum of RGB (Red+Green+Blue) = 1+67+112=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #014370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014370 is #FEBC8F. Grayscale: #343434. Windows color (decimal): -16694416 or 7357185. OLE color: 7357185.

HSL color Cylindrical-coordinate representation of color #014370: hue angle of 204.32º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014370 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB167112-
CMYK0.990.4000.56
HSL204.32º98.23%22.16%-
HSV(B)204.32º99.11%43.92%-
XYZ4.945.1916.07-
YUV52.4161.6391.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 67 (26.56% from 255) = 37.22%
BLUE value IS 112 (44.14% from 255) = 62.22%
R=0.56%
G=37.22%
B=62.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1671120.990.4000.56204.3298.2322.16
Hex143706328038cc6216
Octal11031601435007031414226
Binary1100001111100001100011101000011100011001100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014370; }

 p { color: rgb(1,67,112); }

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

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

 a { background-color: rgb(1,67,112); }

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

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

 span { border-color: rgb(1,67,112); }

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