Html Css Color HEX #054777 Dark Cerulean

📋 copy color: '#054777'

red 5 ◦ green 71 ◦ blue 119

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

Shades of Dark Cerulean #054777

Tints of Dark Cerulean #054777

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.41%

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

R = 2.56%
G = 36.41%
B = 61.03%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#054777 (or 0x054777) is known color: Dark Cerulean. HEX triplet: 05, 47 and 77. RGB value is (5,71,119). Sum of RGB (Red+Green+Blue) = 5+71+119=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #054777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054777 is #FAB888. Grayscale: #383838. Windows color (decimal): -16431241 or 7816965. OLE color: 7816965.

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

Color convert

RGB 5 71 119 -
CMYK 0.96 0.40 0 0.53
HSL 205.26º 0.92% 0.24% -
HSV(B) 205.26º 0.96% 0.47% -
XYZ 5.65 5.87 18.29 -
YUV 56.74 163.13 91.1 -
System Red Green Blue C M Y K H S L
Decimal 5 71 119 0.96 0.40 0 0.53 205.26 0.92 0.24
Hex 5 47 77 60 28 0 35 CD 5C 18
Octal 5 107 167 140 50 0 65 315 134 30
Binary 101 1000111 1110111 1100000 101000 0 110101 11001101 1011100 11000

Color Harmonies of #054777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054777

Black with #054777

Text Example


Text Example

White with #054777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054777; }

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

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

background-color css

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

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

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

border-color css

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

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

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