Html Css Color HEX #113973 Dark Cerulean

📋 copy color: '#113973'

red 17 ◦ green 57 ◦ blue 115

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

Shades of Dark Cerulean #113973

Tints of Dark Cerulean #113973

RGB

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

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

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

R = 8.99%
G = 30.16%
B = 60.85%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#113973 (or 0x113973) is known color: Dark Cerulean. HEX triplet: 11, 39 and 73. RGB value is (17,57,115). Sum of RGB (Red+Green+Blue) = 17+57+115=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #113973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113973 is #EEC68C. Grayscale: #333333. Windows color (decimal): -15648397 or 7551249. OLE color: 7551249.

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

Color convert

RGB 17 57 115 -
CMYK 0.85 0.50 0 0.55
HSL 215.51º 0.74% 0.26% -
HSV(B) 215.51º 0.85% 0.45% -
XYZ 4.79 4.28 16.79 -
YUV 51.65 163.75 103.28 -
System Red Green Blue C M Y K H S L
Decimal 17 57 115 0.85 0.50 0 0.55 215.51 0.74 0.26
Hex 11 39 73 55 32 0 37 D8 4A 1A
Octal 21 71 163 125 62 0 67 330 112 32
Binary 10001 111001 1110011 1010101 110010 0 110111 11011000 1001010 11010

Color Harmonies of #113973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113973

Black with #113973

Text Example


Text Example

White with #113973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113973; }

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

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

background-color css

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

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

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

border-color css

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

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

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