Html Css Color HEX #054776 Dark Cerulean

📋 copy color: '#054776'

red 5 ◦ green 71 ◦ blue 118

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

Shades of Dark Cerulean #054776

Tints of Dark Cerulean #054776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 60.82%

R = 2.58%
G = 36.6%
B = 60.82%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#054776 (or 0x054776) is known color: Dark Cerulean. HEX triplet: 05, 47 and 76. RGB value is (5,71,118). Sum of RGB (Red+Green+Blue) = 5+71+118=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #054776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054776 is #FAB889. Grayscale: #383838. Windows color (decimal): -16431242 or 7751429. OLE color: 7751429.

HSL color Cylindrical-coordinate representation of color #054776: hue angle of 204.96º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054776 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 71 118 -
CMYK 0.96 0.40 0 0.54
HSL 204.96º 0.92% 0.24% -
HSV(B) 204.96º 0.96% 0.46% -
XYZ 5.59 5.85 17.97 -
YUV 56.62 162.63 91.18 -
System Red Green Blue C M Y K H S L
Decimal 5 71 118 0.96 0.40 0 0.54 204.96 0.92 0.24
Hex 5 47 76 60 28 0 36 CD 5C 18
Octal 5 107 166 140 50 0 66 315 134 30
Binary 101 1000111 1110110 1100000 101000 0 110110 11001101 1011100 11000

Color Harmonies of #054776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054776

Black with #054776

Text Example


Text Example

White with #054776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054776; }

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

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

background-color css

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

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

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

border-color css

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

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

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