Html Css Color HEX #054477 Dark Cerulean

📋 copy color: '#054477'

red 5 ◦ green 68 ◦ blue 119

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

Shades of Dark Cerulean #054477

Tints of Dark Cerulean #054477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.42%

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

R = 2.6%
G = 35.42%
B = 61.98%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#054477 (or 0x054477) is known color: Dark Cerulean. HEX triplet: 05, 44 and 77. RGB value is (5,68,119). Sum of RGB (Red+Green+Blue) = 5+68+119=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #054477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054477 is #FABB88. Grayscale: #363636. Windows color (decimal): -16432009 or 7816197. OLE color: 7816197.

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

Color convert

RGB 5 68 119 -
CMYK 0.96 0.43 0 0.53
HSL 206.84º 0.92% 0.24% -
HSV(B) 206.84º 0.96% 0.47% -
XYZ 5.46 5.5 18.23 -
YUV 54.98 164.13 92.35 -
System Red Green Blue C M Y K H S L
Decimal 5 68 119 0.96 0.43 0 0.53 206.84 0.92 0.24
Hex 5 44 77 60 2B 0 35 CF 5C 18
Octal 5 104 167 140 53 0 65 317 134 30
Binary 101 1000100 1110111 1100000 101011 0 110101 11001111 1011100 11000

Color Harmonies of #054477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054477

Black with #054477

Text Example


Text Example

White with #054477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054477; }

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

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

background-color css

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

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

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

border-color css

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

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

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