Html Css Color HEX #014979 Dark Cerulean

📋 copy color: '#014979'

red 1 ◦ green 73 ◦ blue 121

#014979
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #014979

Tints of Dark Cerulean #014979

RGB

 RED value IS 1 (0.78% from 255) = 0.51%

 GREEN value IS 73 (28.91% from 255) = 37.44%

 BLUE value IS 121 (47.66% from 255) = 62.05%

R = 0.51%
G = 37.44%
B = 62.05%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#014979 (or 0x014979) is known color: Dark Cerulean. HEX triplet: 01, 49 and 79. RGB value is (1,73,121). Sum of RGB (Red+Green+Blue) = 1+73+121=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #014979 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014979 is #FEB686. Grayscale: #383838. Windows color (decimal): -16692871 or 7948545. OLE color: 7948545.

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

Color convert

RGB 1 73 121 -
CMYK 0.99 0.40 0 0.53
HSL 204º 0.98% 0.24% -
HSV(B) 204º 0.99% 0.47% -
XYZ 5.85 6.15 18.97 -
YUV 56.94 164.15 88.1 -
System Red Green Blue C M Y K H S L
Decimal 1 73 121 0.99 0.40 0 0.53 204 0.98 0.24
Hex 1 49 79 63 28 0 35 CC 62 18
Octal 1 111 171 143 50 0 65 314 142 30
Binary 1 1001001 1111001 1100011 101000 0 110101 11001100 1100010 11000

Color Harmonies of #014979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014979

Black with #014979

Text Example


Text Example

White with #014979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014979; }

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

 H1.HeaderClassName
 {
   color: #014979;
 }
 .AnyTagClassName
 {
   color: #014979;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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