Html Css Color HEX #053F76 Dark Cerulean

📋 copy color: '#053F76'

red 5 ◦ green 63 ◦ blue 118

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

Shades of Dark Cerulean #053F76

Tints of Dark Cerulean #053F76

RGB

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

 GREEN value IS 63 (25% from 255) = 33.87%

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

R = 2.69%
G = 33.87%
B = 63.44%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#053F76 (or 0x053F76) is known color: Dark Cerulean. HEX triplet: 05, 3F and 76. RGB value is (5,63,118). Sum of RGB (Red+Green+Blue) = 5+63+118=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #053F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F76 is #FAC089. Grayscale: #333333. Windows color (decimal): -16433290 or 7749381. OLE color: 7749381.

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

Color convert

RGB 5 63 118 -
CMYK 0.96 0.47 0 0.54
HSL 209.2º 0.92% 0.24% -
HSV(B) 209.2º 0.96% 0.46% -
XYZ 5.11 4.9 17.82 -
YUV 51.93 165.28 94.53 -
System Red Green Blue C M Y K H S L
Decimal 5 63 118 0.96 0.47 0 0.54 209.2 0.92 0.24
Hex 5 3F 76 60 2F 0 36 D1 5C 18
Octal 5 77 166 140 57 0 66 321 134 30
Binary 101 111111 1110110 1100000 101111 0 110110 11010001 1011100 11000

Color Harmonies of #053F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053F76

Black with #053F76

Text Example


Text Example

White with #053F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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