Html Css Color HEX #113C71 Dark Cerulean

📋 copy color: '#113C71'

red 17 ◦ green 60 ◦ blue 113

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

Shades of Dark Cerulean #113C71

Tints of Dark Cerulean #113C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 59.47%

R = 8.95%
G = 31.58%
B = 59.47%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#113C71 (or 0x113C71) is known color: Dark Cerulean. HEX triplet: 11, 3C and 71. RGB value is (17,60,113). Sum of RGB (Red+Green+Blue) = 17+60+113=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #113C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C71 is #EEC38E. Grayscale: #343434. Windows color (decimal): -15647631 or 7420945. OLE color: 7420945.

HSL color Cylindrical-coordinate representation of color #113C71: hue angle of 213.12º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113C71 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 60 113 -
CMYK 0.85 0.47 0 0.56
HSL 213.13º 0.74% 0.25% -
HSV(B) 213.13º 0.85% 0.44% -
XYZ 4.83 4.54 16.25 -
YUV 53.19 161.75 102.19 -
System Red Green Blue C M Y K H S L
Decimal 17 60 113 0.85 0.47 0 0.56 213.13 0.74 0.25
Hex 11 3C 71 55 2F 0 38 D5 4A 19
Octal 21 74 161 125 57 0 70 325 112 31
Binary 10001 111100 1110001 1010101 101111 0 111000 11010101 1001010 11001

Color Harmonies of #113C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113C71

Black with #113C71

Text Example


Text Example

White with #113C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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