Html Css Color HEX #053B77 Dark Cerulean

📋 copy color: '#053B77'

red 5 ◦ green 59 ◦ blue 119

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

Shades of Dark Cerulean #053B77

Tints of Dark Cerulean #053B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 65.03%

R = 2.73%
G = 32.24%
B = 65.03%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#053B77 (or 0x053B77) is known color: Dark Cerulean. HEX triplet: 05, 3B and 77. RGB value is (5,59,119). Sum of RGB (Red+Green+Blue) = 5+59+119=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #053B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B77 is #FAC488. Grayscale: #313131. Windows color (decimal): -16434313 or 7813893. OLE color: 7813893.

HSL color Cylindrical-coordinate representation of color #053B77: hue angle of 211.58º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053B77 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 59 119 -
CMYK 0.96 0.50 0 0.53
HSL 211.58º 0.92% 0.24% -
HSV(B) 211.58º 0.96% 0.47% -
XYZ 4.96 4.49 18.06 -
YUV 49.69 167.11 96.12 -
System Red Green Blue C M Y K H S L
Decimal 5 59 119 0.96 0.50 0 0.53 211.58 0.92 0.24
Hex 5 3B 77 60 32 0 35 D4 5C 18
Octal 5 73 167 140 62 0 65 324 134 30
Binary 101 111011 1110111 1100000 110010 0 110101 11010100 1011100 11000

Color Harmonies of #053B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053B77

Black with #053B77

Text Example


Text Example

White with #053B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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