Html Css Color HEX #113776 Dark Cerulean

📋 copy color: '#113776'

red 17 ◦ green 55 ◦ blue 118

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

Shades of Dark Cerulean #113776

Tints of Dark Cerulean #113776

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.95%

 BLUE value IS 118 (46.48% from 255) = 62.11%

R = 8.95%
G = 28.95%
B = 62.11%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#113776 (or 0x113776) is known color: Dark Cerulean. HEX triplet: 11, 37 and 76. RGB value is (17,55,118). Sum of RGB (Red+Green+Blue) = 17+55+118=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #113776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113776 is #EEC889. Grayscale: #323232. Windows color (decimal): -15648906 or 7747345. OLE color: 7747345.

HSL color Cylindrical-coordinate representation of color #113776: hue angle of 217.43º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113776 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 55 118 -
CMYK 0.86 0.53 0 0.54
HSL 217.43º 0.75% 0.26% -
HSV(B) 217.43º 0.86% 0.46% -
XYZ 4.87 4.16 17.69 -
YUV 50.82 165.91 103.88 -
System Red Green Blue C M Y K H S L
Decimal 17 55 118 0.86 0.53 0 0.54 217.43 0.75 0.26
Hex 11 37 76 56 35 0 36 D9 4B 1A
Octal 21 67 166 126 65 0 66 331 113 32
Binary 10001 110111 1110110 1010110 110101 0 110110 11011001 1001011 11010

Color Harmonies of #113776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113776

Black with #113776

Text Example


Text Example

White with #113776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113776; }

 p { color: rgb(17,55,118); }

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

background-color css

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

 a { background-color: rgb(17,55,118); }

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

border-color css

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

 span { border-color: rgb(17,55,118); }

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