Html Css Color HEX #014977 Dark Cerulean

📋 copy color: '#014977'

red 1 ◦ green 73 ◦ blue 119

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

Shades of Dark Cerulean #014977

Tints of Dark Cerulean #014977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 61.66%

R = 0.52%
G = 37.82%
B = 61.66%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#014977 (or 0x014977) is known color: Dark Cerulean. HEX triplet: 01, 49 and 77. RGB value is (1,73,119). Sum of RGB (Red+Green+Blue) = 1+73+119=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 119 (46.88% from 255 or 61.66% from 193); Max value from RGB is 119 - color contains mainly: blue. Hex color #014977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014977 is #FEB688. Grayscale: #383838. Windows color (decimal): -16692873 or 7817473. OLE color: 7817473.

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

Color convert

RGB 1 73 119 -
CMYK 0.99 0.39 0 0.53
HSL 203.39º 0.98% 0.24% -
HSV(B) 203.39º 0.99% 0.47% -
XYZ 5.72 6.1 18.33 -
YUV 56.72 163.15 88.26 -
System Red Green Blue C M Y K H S L
Decimal 1 73 119 0.99 0.39 0 0.53 203.39 0.98 0.24
Hex 1 49 77 63 27 0 35 CB 62 18
Octal 1 111 167 143 47 0 65 313 142 30
Binary 1 1001001 1110111 1100011 100111 0 110101 11001011 1100010 11000

Color Harmonies of #014977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014977

Black with #014977

Text Example


Text Example

White with #014977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014977; }

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

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

background-color css

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

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

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

border-color css

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

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

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