Html Css Color HEX #014479 Dark Cerulean

📋 copy color: '#014479'

red 1 ◦ green 68 ◦ blue 121

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

Shades of Dark Cerulean #014479

Tints of Dark Cerulean #014479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.79%

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

R = 0.53%
G = 35.79%
B = 63.68%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#014479 (or 0x014479) is known color: Dark Cerulean. HEX triplet: 01, 44 and 79. RGB value is (1,68,121). Sum of RGB (Red+Green+Blue) = 1+68+121=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 121 (47.66% from 255 or 63.68% from 190); Max value from RGB is 121 - color contains mainly: blue. Hex color #014479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014479 is #FEBB86. Grayscale: #353535. Windows color (decimal): -16694151 or 7947265. OLE color: 7947265.

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

Color convert

RGB 1 68 121 -
CMYK 0.99 0.44 0 0.53
HSL 206.5º 0.98% 0.24% -
HSV(B) 206.5º 0.99% 0.47% -
XYZ 5.53 5.52 18.86 -
YUV 54.01 165.8 90.19 -
System Red Green Blue C M Y K H S L
Decimal 1 68 121 0.99 0.44 0 0.53 206.5 0.98 0.24
Hex 1 44 79 63 2C 0 35 CE 62 18
Octal 1 104 171 143 54 0 65 316 142 30
Binary 1 1000100 1111001 1100011 101100 0 110101 11001110 1100010 11000

Color Harmonies of #014479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014479

Black with #014479

Text Example


Text Example

White with #014479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014479; }

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

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

background-color css

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

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

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

border-color css

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

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

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