Html Css Color HEX #054079 Dark Cerulean

📋 copy color: '#054079'

red 5 ◦ green 64 ◦ blue 121

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

Shades of Dark Cerulean #054079

Tints of Dark Cerulean #054079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.68%

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

R = 2.63%
G = 33.68%
B = 63.68%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#054079 (or 0x054079) is known color: Dark Cerulean. HEX triplet: 05, 40 and 79. RGB value is (5,64,121). Sum of RGB (Red+Green+Blue) = 5+64+121=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 64 (25.39% from 255 or 33.68% 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 #054079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054079 is #FABF86. Grayscale: #343434. Windows color (decimal): -16433031 or 7946245. OLE color: 7946245.

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

Color convert

RGB 5 64 121 -
CMYK 0.96 0.47 0 0.53
HSL 209.48º 0.92% 0.25% -
HSV(B) 209.48º 0.96% 0.47% -
XYZ 5.35 5.08 18.79 -
YUV 52.86 166.45 93.87 -
System Red Green Blue C M Y K H S L
Decimal 5 64 121 0.96 0.47 0 0.53 209.48 0.92 0.25
Hex 5 40 79 60 2F 0 35 D1 5C 19
Octal 5 100 171 140 57 0 65 321 134 31
Binary 101 1000000 1111001 1100000 101111 0 110101 11010001 1011100 11001

Color Harmonies of #054079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054079

Black with #054079

Text Example


Text Example

White with #054079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054079; }

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

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

background-color css

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

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

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

border-color css

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

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

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