Html Css Color HEX #054979 Dark Cerulean

📋 copy color: '#054979'

red 5 ◦ green 73 ◦ blue 121

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

Shades of Dark Cerulean #054979

Tints of Dark Cerulean #054979

RGB

 RED value IS 5 (2.34% from 255) = 2.51%

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

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

R = 2.51%
G = 36.68%
B = 60.8%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#054979 (or 0x054979) is known color: Dark Cerulean. HEX triplet: 05, 49 and 79. RGB value is (5,73,121). Sum of RGB (Red+Green+Blue) = 5+73+121=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #054979 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054979 is #FAB686. Grayscale: #393939. Windows color (decimal): -16430727 or 7948549. OLE color: 7948549.

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

Color convert

RGB 5 73 121 -
CMYK 0.96 0.40 0 0.53
HSL 204.83º 0.92% 0.25% -
HSV(B) 204.83º 0.96% 0.47% -
XYZ 5.9 6.18 18.97 -
YUV 58.14 163.47 90.1 -
System Red Green Blue C M Y K H S L
Decimal 5 73 121 0.96 0.40 0 0.53 204.83 0.92 0.25
Hex 5 49 79 60 28 0 35 CD 5C 19
Octal 5 111 171 140 50 0 65 315 134 31
Binary 101 1001001 1111001 1100000 101000 0 110101 11001101 1011100 11001

Color Harmonies of #054979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054979

Black with #054979

Text Example


Text Example

White with #054979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054979; }

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

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

background-color css

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

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

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

border-color css

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

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

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