Html Css Color HEX #113971 Dark Cerulean

📋 copy color: '#113971'

red 17 ◦ green 57 ◦ blue 113

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

Shades of Dark Cerulean #113971

Tints of Dark Cerulean #113971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.48%

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

R = 9.09%
G = 30.48%
B = 60.43%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#113971 (or 0x113971) is known color: Dark Cerulean. HEX triplet: 11, 39 and 71. RGB value is (17,57,113). Sum of RGB (Red+Green+Blue) = 17+57+113=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #113971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113971 is #EEC68E. Grayscale: #333333. Windows color (decimal): -15648399 or 7420177. OLE color: 7420177.

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

Color convert

RGB 17 57 113 -
CMYK 0.85 0.50 0 0.56
HSL 215º 0.74% 0.25% -
HSV(B) 215º 0.85% 0.44% -
XYZ 4.67 4.24 16.19 -
YUV 51.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 17 57 113 0.85 0.50 0 0.56 215 0.74 0.25
Hex 11 39 71 55 32 0 38 D7 4A 19
Octal 21 71 161 125 62 0 70 327 112 31
Binary 10001 111001 1110001 1010101 110010 0 111000 11010111 1001010 11001

Color Harmonies of #113971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113971

Black with #113971

Text Example


Text Example

White with #113971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113971; }

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

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

background-color css

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

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

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

border-color css

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

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

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