Html Css Color HEX #054076 Dark Cerulean

📋 copy color: '#054076'

red 5 ◦ green 64 ◦ blue 118

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

Shades of Dark Cerulean #054076

Tints of Dark Cerulean #054076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.22%

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

R = 2.67%
G = 34.22%
B = 63.1%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#054076 (or 0x054076) is known color: Dark Cerulean. HEX triplet: 05, 40 and 76. RGB value is (5,64,118). Sum of RGB (Red+Green+Blue) = 5+64+118=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #054076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054076 is #FABF89. Grayscale: #343434. Windows color (decimal): -16433034 or 7749637. OLE color: 7749637.

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

Color convert

RGB 5 64 118 -
CMYK 0.96 0.46 0 0.54
HSL 208.67º 0.92% 0.24% -
HSV(B) 208.67º 0.96% 0.46% -
XYZ 5.17 5.01 17.83 -
YUV 52.52 164.95 94.11 -
System Red Green Blue C M Y K H S L
Decimal 5 64 118 0.96 0.46 0 0.54 208.67 0.92 0.24
Hex 5 40 76 60 2E 0 36 D1 5C 18
Octal 5 100 166 140 56 0 66 321 134 30
Binary 101 1000000 1110110 1100000 101110 0 110110 11010001 1011100 11000

Color Harmonies of #054076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054076

Black with #054076

Text Example


Text Example

White with #054076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054076; }

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

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

background-color css

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

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

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

border-color css

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

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

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