Html Css Color HEX #053B76 Dark Cerulean

📋 copy color: '#053B76'

red 5 ◦ green 59 ◦ blue 118

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

Shades of Dark Cerulean #053B76

Tints of Dark Cerulean #053B76

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.42%

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

R = 2.75%
G = 32.42%
B = 64.84%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#053B76 (or 0x053B76) is known color: Dark Cerulean. HEX triplet: 05, 3B and 76. RGB value is (5,59,118). Sum of RGB (Red+Green+Blue) = 5+59+118=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 118 (46.48% from 255 or 64.84% from 182); Max value from RGB is 118 - color contains mainly: blue. Hex color #053B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B76 is #FAC489. Grayscale: #313131. Windows color (decimal): -16434314 or 7748357. OLE color: 7748357.

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

Color convert

RGB 5 59 118 -
CMYK 0.96 0.50 0 0.54
HSL 211.33º 0.92% 0.24% -
HSV(B) 211.33º 0.96% 0.46% -
XYZ 4.9 4.47 17.74 -
YUV 49.58 166.61 96.2 -
System Red Green Blue C M Y K H S L
Decimal 5 59 118 0.96 0.50 0 0.54 211.33 0.92 0.24
Hex 5 3B 76 60 32 0 36 D3 5C 18
Octal 5 73 166 140 62 0 66 323 134 30
Binary 101 111011 1110110 1100000 110010 0 110110 11010011 1011100 11000

Color Harmonies of #053B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053B76

Black with #053B76

Text Example


Text Example

White with #053B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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