Html Css Color HEX #113C73 Dark Cerulean

📋 copy color: '#113C73'

red 17 ◦ green 60 ◦ blue 115

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

Shades of Dark Cerulean #113C73

Tints of Dark Cerulean #113C73

RGB

 RED value IS 17 (7.03% from 255) = 8.85%

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

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

R = 8.85%
G = 31.25%
B = 59.9%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#113C73 (or 0x113C73) is known color: Dark Cerulean. HEX triplet: 11, 3C and 73. RGB value is (17,60,115). Sum of RGB (Red+Green+Blue) = 17+60+115=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #113C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C73 is #EEC38C. Grayscale: #353535. Windows color (decimal): -15647629 or 7552017. OLE color: 7552017.

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

Color convert

RGB 17 60 115 -
CMYK 0.85 0.48 0 0.55
HSL 213.67º 0.74% 0.26% -
HSV(B) 213.67º 0.85% 0.45% -
XYZ 4.94 4.59 16.84 -
YUV 53.41 162.75 102.03 -
System Red Green Blue C M Y K H S L
Decimal 17 60 115 0.85 0.48 0 0.55 213.67 0.74 0.26
Hex 11 3C 73 55 30 0 37 D6 4A 1A
Octal 21 74 163 125 60 0 67 326 112 32
Binary 10001 111100 1110011 1010101 110000 0 110111 11010110 1001010 11010

Color Harmonies of #113C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113C73

Black with #113C73

Text Example


Text Example

White with #113C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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