Html Css Color HEX #113271 Sapphire

📋 copy color: '#113271'

red 17 ◦ green 50 ◦ blue 113

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

Shades of Sapphire #113271

Tints of Sapphire #113271

RGB

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

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

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

R = 9.44%
G = 27.78%
B = 62.78%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#113271 (or 0x113271) is known color: Sapphire. HEX triplet: 11, 32 and 71. RGB value is (17,50,113). Sum of RGB (Red+Green+Blue) = 17+50+113=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #113271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113271 is #EECD8E. Grayscale: #2F2F2F. Windows color (decimal): -15650191 or 7418385. OLE color: 7418385.

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

Color convert

RGB 17 50 113 -
CMYK 0.85 0.56 0 0.56
HSL 219.38º 0.74% 0.25% -
HSV(B) 219.38º 0.85% 0.44% -
XYZ 4.35 3.59 16.09 -
YUV 47.32 165.07 106.38 -
System Red Green Blue C M Y K H S L
Decimal 17 50 113 0.85 0.56 0 0.56 219.38 0.74 0.25
Hex 11 32 71 55 38 0 38 DB 4A 19
Octal 21 62 161 125 70 0 70 333 112 31
Binary 10001 110010 1110001 1010101 111000 0 111000 11011011 1001010 11001

Color Harmonies of #113271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113271

Black with #113271

Text Example


Text Example

White with #113271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113271; }

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

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

background-color css

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

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

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

border-color css

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

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

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