Html Css Color HEX #113071 Sapphire

📋 copy color: '#113071'

red 17 ◦ green 48 ◦ blue 113

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

Shades of Sapphire #113071

Tints of Sapphire #113071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.97%

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

R = 9.55%
G = 26.97%
B = 63.48%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#113071 (or 0x113071) is known color: Sapphire. HEX triplet: 11, 30 and 71. RGB value is (17,48,113). Sum of RGB (Red+Green+Blue) = 17+48+113=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #113071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113071 is #EECF8E. Grayscale: #2D2D2D. Windows color (decimal): -15650703 or 7417873. OLE color: 7417873.

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

Color convert

RGB 17 48 113 -
CMYK 0.85 0.58 0 0.56
HSL 220.63º 0.74% 0.25% -
HSV(B) 220.63º 0.85% 0.44% -
XYZ 4.27 3.43 16.06 -
YUV 46.14 165.73 107.21 -
System Red Green Blue C M Y K H S L
Decimal 17 48 113 0.85 0.58 0 0.56 220.63 0.74 0.25
Hex 11 30 71 55 3A 0 38 DD 4A 19
Octal 21 60 161 125 72 0 70 335 112 31
Binary 10001 110000 1110001 1010101 111010 0 111000 11011101 1001010 11001

Color Harmonies of #113071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113071

Black with #113071

Text Example


Text Example

White with #113071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113071; }

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

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

background-color css

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

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

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

border-color css

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

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

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