Html Css Color HEX #054279 Dark Cerulean

📋 copy color: '#054279'

red 5 ◦ green 66 ◦ blue 121

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

Shades of Dark Cerulean #054279

Tints of Dark Cerulean #054279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.38%

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

R = 2.6%
G = 34.38%
B = 63.02%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#054279 (or 0x054279) is known color: Dark Cerulean. HEX triplet: 05, 42 and 79. RGB value is (5,66,121). Sum of RGB (Red+Green+Blue) = 5+66+121=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 121 (47.66% from 255 or 63.02% from 192); Max value from RGB is 121 - color contains mainly: blue. Hex color #054279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054279 is #FABD86. Grayscale: #353535. Windows color (decimal): -16432519 or 7946757. OLE color: 7946757.

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

Color convert

RGB 5 66 121 -
CMYK 0.96 0.45 0 0.53
HSL 208.45º 0.92% 0.25% -
HSV(B) 208.45º 0.96% 0.47% -
XYZ 5.46 5.31 18.83 -
YUV 54.03 165.79 93.03 -
System Red Green Blue C M Y K H S L
Decimal 5 66 121 0.96 0.45 0 0.53 208.45 0.92 0.25
Hex 5 42 79 60 2D 0 35 D0 5C 19
Octal 5 102 171 140 55 0 65 320 134 31
Binary 101 1000010 1111001 1100000 101101 0 110101 11010000 1011100 11001

Color Harmonies of #054279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054279

Black with #054279

Text Example


Text Example

White with #054279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054279; }

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

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

background-color css

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

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

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

border-color css

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

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

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