#014170

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

Shades of Dark Cerulean #014170

Tints of Dark Cerulean #014170

Color information

#014170 (or 0x014170) is unknown color: approx Dark Cerulean. HEX triplet: 01, 41 and 70. RGB value is (1,65,112). Sum of RGB (Red+Green+Blue) = 1+65+112=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #014170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014170 is #FEBE8F. Grayscale: #323232. Windows color (decimal): -16694928 or 7356673. OLE color: 7356673.

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

Color convert

RGB165112-
CMYK0.990.4200.56
HSL205.41º98.23%22.16%-
HSV(B)205.41º99.11%43.92%-
XYZ4.834.9616.03-
YUV51.22162.392.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 112 (44.14% from 255) = 62.92%
R=0.56%
G=36.52%
B=62.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1651120.990.4200.56205.4198.2322.16
Hex14170632A038cd6216
Octal11011601435207031514226
Binary1100000111100001100011101010011100011001101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014170; }

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

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

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

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

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

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

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

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