#014879

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

Shades of Dark Cerulean #014879

Tints of Dark Cerulean #014879

Color information

#014879 (or 0x014879) is unknown color: approx Dark Cerulean. HEX triplet: 01, 48 and 79. RGB value is (1,72,121). Sum of RGB (Red+Green+Blue) = 1+72+121=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #014879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014879 is #FEB786. Grayscale: #383838. Windows color (decimal): -16693127 or 7948289. OLE color: 7948289.

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

Color convert

RGB172121-
CMYK0.990.4000.53
HSL204.5º98.36%23.92%-
HSV(B)204.5º99.17%47.45%-
XYZ5.786.0218.95-
YUV56.36164.4888.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 121 (47.66% from 255) = 62.37%
R=0.52%
G=37.11%
B=62.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1721210.990.4000.53204.598.3623.92
Hex148796328035cc6218
Octal11101711435006531414230
Binary1100100011110011100011101000011010111001100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014879; }

 p { color: rgb(1,72,121); }

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

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

 a { background-color: rgb(1,72,121); }

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

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

 span { border-color: rgb(1,72,121); }

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