Html Css Color HEX #053876 Dark Cerulean

📋 copy color: '#053876'

red 5 ◦ green 56 ◦ blue 118

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

Shades of Dark Cerulean #053876

Tints of Dark Cerulean #053876

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.28%

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

R = 2.79%
G = 31.28%
B = 65.92%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#053876 (or 0x053876) is known color: Dark Cerulean. HEX triplet: 05, 38 and 76. RGB value is (5,56,118). Sum of RGB (Red+Green+Blue) = 5+56+118=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 118 (46.48% from 255 or 65.92% from 179); Max value from RGB is 118 - color contains mainly: blue. Hex color #053876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053876 is #FAC789. Grayscale: #2F2F2F. Windows color (decimal): -16435082 or 7747589. OLE color: 7747589.

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

Color convert

RGB 5 56 118 -
CMYK 0.96 0.53 0 0.54
HSL 212.92º 0.92% 0.24% -
HSV(B) 212.92º 0.96% 0.46% -
XYZ 4.75 4.17 17.69 -
YUV 47.82 167.6 97.46 -
System Red Green Blue C M Y K H S L
Decimal 5 56 118 0.96 0.53 0 0.54 212.92 0.92 0.24
Hex 5 38 76 60 35 0 36 D5 5C 18
Octal 5 70 166 140 65 0 66 325 134 30
Binary 101 111000 1110110 1100000 110101 0 110110 11010101 1011100 11000

Color Harmonies of #053876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053876

Black with #053876

Text Example


Text Example

White with #053876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053876; }

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

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

background-color css

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

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

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

border-color css

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

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

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