Html Css Color HEX #054A77 Dark Cerulean

📋 copy color: '#054A77'

red 5 ◦ green 74 ◦ blue 119

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

Shades of Dark Cerulean #054A77

Tints of Dark Cerulean #054A77

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.37%

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

R = 2.53%
G = 37.37%
B = 60.1%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#054A77 (or 0x054A77) is known color: Dark Cerulean. HEX triplet: 05, 4A and 77. RGB value is (5,74,119). Sum of RGB (Red+Green+Blue) = 5+74+119=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #054A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054A77 is #FAB588. Grayscale: #3A3A3A. Windows color (decimal): -16430473 or 7817733. OLE color: 7817733.

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

Color convert

RGB 5 74 119 -
CMYK 0.96 0.38 0 0.53
HSL 203.68º 0.92% 0.24% -
HSV(B) 203.68º 0.96% 0.47% -
XYZ 5.84 6.26 18.35 -
YUV 58.5 162.14 89.84 -
System Red Green Blue C M Y K H S L
Decimal 5 74 119 0.96 0.38 0 0.53 203.68 0.92 0.24
Hex 5 4A 77 60 26 0 35 CC 5C 18
Octal 5 112 167 140 46 0 65 314 134 30
Binary 101 1001010 1110111 1100000 100110 0 110101 11001100 1011100 11000

Color Harmonies of #054A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054A77

Black with #054A77

Text Example


Text Example

White with #054A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,74,119); }

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

background-color css

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

 a { background-color: rgb(5,74,119); }

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

border-color css

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

 span { border-color: rgb(5,74,119); }

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