Html Css Color HEX #054D79 Dark Cerulean

📋 copy color: '#054D79'

red 5 ◦ green 77 ◦ blue 121

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

Shades of Dark Cerulean #054D79

Tints of Dark Cerulean #054D79

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.93%

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

R = 2.46%
G = 37.93%
B = 59.61%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#054D79 (or 0x054D79) is known color: Dark Cerulean. HEX triplet: 05, 4D and 79. RGB value is (5,77,121). Sum of RGB (Red+Green+Blue) = 5+77+121=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #054D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D79 is #FAB286. Grayscale: #3C3C3C. Windows color (decimal): -16429703 or 7949573. OLE color: 7949573.

HSL color Cylindrical-coordinate representation of color #054D79: hue angle of 202.76º 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 #054D79 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 77 121 -
CMYK 0.96 0.36 0 0.53
HSL 202.76º 0.92% 0.25% -
HSV(B) 202.76º 0.96% 0.47% -
XYZ 6.17 6.72 19.06 -
YUV 60.49 162.15 88.42 -
System Red Green Blue C M Y K H S L
Decimal 5 77 121 0.96 0.36 0 0.53 202.76 0.92 0.25
Hex 5 4D 79 60 24 0 35 CB 5C 19
Octal 5 115 171 140 44 0 65 313 134 31
Binary 101 1001101 1111001 1100000 100100 0 110101 11001011 1011100 11001

Color Harmonies of #054D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054D79

Black with #054D79

Text Example


Text Example

White with #054D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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