#014670

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

Shades of Dark Cerulean #014670

Tints of Dark Cerulean #014670

Color information

#014670 (or 0x014670) is unknown color: approx Dark Cerulean. HEX triplet: 01, 46 and 70. RGB value is (1,70,112). Sum of RGB (Red+Green+Blue) = 1+70+112=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #014670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014670 is #FEB98F. Grayscale: #353535. Windows color (decimal): -16693648 or 7357953. OLE color: 7357953.

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

Color convert

RGB170112-
CMYK0.990.3800.56
HSL202.7º98.23%22.16%-
HSV(B)202.7º99.11%43.92%-
XYZ5.135.5616.13-
YUV54.16160.6490.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 70 (27.73% from 255) = 38.25%
BLUE value IS 112 (44.14% from 255) = 61.20%
R=0.55%
G=38.25%
B=61.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1701120.990.3800.56202.798.2322.16
Hex146706326038cb6216
Octal11061601434607031314226
Binary1100011011100001100011100110011100011001011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014670; }

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

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

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

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

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

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

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

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