Html Css Color HEX #053C72 Dark Cerulean

📋 copy color: '#053C72'

red 5 ◦ green 60 ◦ blue 114

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

Shades of Dark Cerulean #053C72

Tints of Dark Cerulean #053C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 63.69%

R = 2.79%
G = 33.52%
B = 63.69%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#053C72 (or 0x053C72) is known color: Dark Cerulean. HEX triplet: 05, 3C and 72. RGB value is (5,60,114). Sum of RGB (Red+Green+Blue) = 5+60+114=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 114 (44.92% from 255 or 63.69% from 179); Max value from RGB is 114 - color contains mainly: blue. Hex color #053C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C72 is #FAC38D. Grayscale: #313131. Windows color (decimal): -16434062 or 7486469. OLE color: 7486469.

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

Color convert

RGB 5 60 114 -
CMYK 0.96 0.47 0 0.55
HSL 209.72º 0.92% 0.23% -
HSV(B) 209.72º 0.96% 0.45% -
XYZ 4.72 4.48 16.54 -
YUV 49.71 164.28 96.11 -
System Red Green Blue C M Y K H S L
Decimal 5 60 114 0.96 0.47 0 0.55 209.72 0.92 0.23
Hex 5 3C 72 60 2F 0 37 D2 5C 17
Octal 5 74 162 140 57 0 67 322 134 27
Binary 101 111100 1110010 1100000 101111 0 110111 11010010 1011100 10111

Color Harmonies of #053C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053C72

Black with #053C72

Text Example


Text Example

White with #053C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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