Html Css Color HEX #113276 Sapphire

📋 copy color: '#113276'

red 17 ◦ green 50 ◦ blue 118

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

Shades of Sapphire #113276

Tints of Sapphire #113276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.03%

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

R = 9.19%
G = 27.03%
B = 63.78%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#113276 (or 0x113276) is known color: Sapphire. HEX triplet: 11, 32 and 76. RGB value is (17,50,118). Sum of RGB (Red+Green+Blue) = 17+50+118=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #113276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113276 is #EECD89. Grayscale: #2F2F2F. Windows color (decimal): -15650186 or 7746065. OLE color: 7746065.

HSL color Cylindrical-coordinate representation of color #113276: hue angle of 220.4º 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 #113276 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 50 118 -
CMYK 0.86 0.58 0 0.54
HSL 220.4º 0.75% 0.26% -
HSV(B) 220.4º 0.86% 0.46% -
XYZ 4.64 3.71 17.61 -
YUV 47.89 167.57 105.97 -
System Red Green Blue C M Y K H S L
Decimal 17 50 118 0.86 0.58 0 0.54 220.4 0.75 0.26
Hex 11 32 76 56 3A 0 36 DC 4B 1A
Octal 21 62 166 126 72 0 66 334 113 32
Binary 10001 110010 1110110 1010110 111010 0 110110 11011100 1001011 11010

Color Harmonies of #113276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113276

Black with #113276

Text Example


Text Example

White with #113276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113276; }

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

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

background-color css

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

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

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

border-color css

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

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

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