Html Css Color HEX #113B71 Dark Cerulean

📋 copy color: '#113B71'

red 17 ◦ green 59 ◦ blue 113

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

Shades of Dark Cerulean #113B71

Tints of Dark Cerulean #113B71

RGB

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

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

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

R = 8.99%
G = 31.22%
B = 59.79%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#113B71 (or 0x113B71) is known color: Dark Cerulean. HEX triplet: 11, 3B and 71. RGB value is (17,59,113). Sum of RGB (Red+Green+Blue) = 17+59+113=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #113B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B71 is #EEC48E. Grayscale: #343434. Windows color (decimal): -15647887 or 7420689. OLE color: 7420689.

HSL color Cylindrical-coordinate representation of color #113B71: hue angle of 213.75º 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 #113B71 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 59 113 -
CMYK 0.85 0.48 0 0.56
HSL 213.75º 0.74% 0.25% -
HSV(B) 213.75º 0.85% 0.44% -
XYZ 4.78 4.44 16.23 -
YUV 52.6 162.09 102.61 -
System Red Green Blue C M Y K H S L
Decimal 17 59 113 0.85 0.48 0 0.56 213.75 0.74 0.25
Hex 11 3B 71 55 30 0 38 D6 4A 19
Octal 21 73 161 125 60 0 70 326 112 31
Binary 10001 111011 1110001 1010101 110000 0 111000 11010110 1001010 11001

Color Harmonies of #113B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113B71

Black with #113B71

Text Example


Text Example

White with #113B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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