Html Css Color HEX #054177 Dark Cerulean

📋 copy color: '#054177'

red 5 ◦ green 65 ◦ blue 119

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

Shades of Dark Cerulean #054177

Tints of Dark Cerulean #054177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.39%

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

R = 2.65%
G = 34.39%
B = 62.96%

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

#054177 (or 0x054177) is known color: Dark Cerulean. HEX triplet: 05, 41 and 77. RGB value is (5,65,119). Sum of RGB (Red+Green+Blue) = 5+65+119=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #054177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054177 is #FABE88. Grayscale: #343434. Windows color (decimal): -16432777 or 7815429. OLE color: 7815429.

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

Color convert

RGB 5 65 119 -
CMYK 0.96 0.45 0 0.53
HSL 208.42º 0.92% 0.24% -
HSV(B) 208.42º 0.96% 0.47% -
XYZ 5.28 5.14 18.17 -
YUV 53.22 165.12 93.61 -
System Red Green Blue C M Y K H S L
Decimal 5 65 119 0.96 0.45 0 0.53 208.42 0.92 0.24
Hex 5 41 77 60 2D 0 35 D0 5C 18
Octal 5 101 167 140 55 0 65 320 134 30
Binary 101 1000001 1110111 1100000 101101 0 110101 11010000 1011100 11000

Color Harmonies of #054177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054177

Black with #054177

Text Example


Text Example

White with #054177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054177; }

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

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

background-color css

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

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

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

border-color css

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

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

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