Html Css Color HEX #053C73 Dark Cerulean

📋 copy color: '#053C73'

red 5 ◦ green 60 ◦ blue 115

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

Shades of Dark Cerulean #053C73

Tints of Dark Cerulean #053C73

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.33%

 BLUE value IS 115 (45.31% from 255) = 63.89%

R = 2.78%
G = 33.33%
B = 63.89%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#053C73 (or 0x053C73) is known color: Dark Cerulean. HEX triplet: 05, 3C and 73. RGB value is (5,60,115). Sum of RGB (Red+Green+Blue) = 5+60+115=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 115 (45.31% from 255 or 63.89% from 180); Max value from RGB is 115 - color contains mainly: blue. Hex color #053C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C73 is #FAC38C. Grayscale: #313131. Windows color (decimal): -16434061 or 7552005. OLE color: 7552005.

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

Color convert

RGB 5 60 115 -
CMYK 0.96 0.48 0 0.55
HSL 210º 0.92% 0.24% -
HSV(B) 210º 0.96% 0.45% -
XYZ 4.77 4.5 16.84 -
YUV 49.83 164.78 96.03 -
System Red Green Blue C M Y K H S L
Decimal 5 60 115 0.96 0.48 0 0.55 210 0.92 0.24
Hex 5 3C 73 60 30 0 37 D2 5C 18
Octal 5 74 163 140 60 0 67 322 134 30
Binary 101 111100 1110011 1100000 110000 0 110111 11010010 1011100 11000

Color Harmonies of #053C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053C73

Black with #053C73

Text Example


Text Example

White with #053C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,60,115); }

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

background-color css

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

 a { background-color: rgb(5,60,115); }

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

border-color css

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

 span { border-color: rgb(5,60,115); }

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