#014779

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

Shades of Dark Cerulean #014779

Tints of Dark Cerulean #014779

Color information

#014779 (or 0x014779) is unknown color: approx Dark Cerulean. HEX triplet: 01, 47 and 79. RGB value is (1,71,121). Sum of RGB (Red+Green+Blue) = 1+71+121=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 121 (47.66% from 255 or 62.69% from 193); Max value from RGB is 121 - color contains mainly: blue. Hex color #014779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014779 is #FEB886. Grayscale: #373737. Windows color (decimal): -16693383 or 7948033. OLE color: 7948033.

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

Color convert

RGB171121-
CMYK0.990.4100.53
HSL205º98.36%23.92%-
HSV(B)205º99.17%47.45%-
XYZ5.725.8918.93-
YUV55.77164.8188.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 121 (47.66% from 255) = 62.69%
R=0.52%
G=36.79%
B=62.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1711210.990.4100.5320598.3623.92
Hex147796329035cd6218
Octal11071711435106531514230
Binary1100011111110011100011101001011010111001101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014779; }

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

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

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

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

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

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

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

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