#014672

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

Shades of Dark Cerulean #014672

Tints of Dark Cerulean #014672

Color information

#014672 (or 0x014672) is unknown color: approx Dark Cerulean. HEX triplet: 01, 46 and 72. RGB value is (1,70,114). Sum of RGB (Red+Green+Blue) = 1+70+114=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #014672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014672 is #FEB98D. Grayscale: #363636. Windows color (decimal): -16693646 or 7489025. OLE color: 7489025.

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

Color convert

RGB170114-
CMYK0.990.3900.55
HSL203.36º98.26%22.55%-
HSV(B)203.36º99.12%44.71%-
XYZ5.245.616.72-
YUV54.38161.6489.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 70 (27.73% from 255) = 37.84%
BLUE value IS 114 (44.92% from 255) = 61.62%
R=0.54%
G=37.84%
B=61.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1701140.990.3900.55203.3698.2622.55
Hex146726327037cb6217
Octal11061621434706731314227
Binary1100011011100101100011100111011011111001011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014672; }

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

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

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

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

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

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

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

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