Html Css Color HEX #113169 Sapphire

📋 copy color: '#113169'

red 17 ◦ green 49 ◦ blue 105

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

Shades of Sapphire #113169

Tints of Sapphire #113169

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.65%

 BLUE value IS 105 (41.41% from 255) = 61.4%

R = 9.94%
G = 28.65%
B = 61.4%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#113169 (or 0x113169) is known color: Sapphire. HEX triplet: 11, 31 and 69. RGB value is (17,49,105). Sum of RGB (Red+Green+Blue) = 17+49+105=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #113169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113169 is #EECE96. Grayscale: #2D2D2D. Windows color (decimal): -15650455 or 6893841. OLE color: 6893841.

HSL color Cylindrical-coordinate representation of color #113169: hue angle of 218.18º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113169 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 49 105 -
CMYK 0.84 0.53 0 0.59
HSL 218.18º 0.72% 0.24% -
HSV(B) 218.18º 0.84% 0.41% -
XYZ 3.88 3.34 13.8 -
YUV 45.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 17 49 105 0.84 0.53 0 0.59 218.18 0.72 0.24
Hex 11 31 69 54 35 0 3B DA 48 18
Octal 21 61 151 124 65 0 73 332 110 30
Binary 10001 110001 1101001 1010100 110101 0 111011 11011010 1001000 11000

Color Harmonies of #113169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113169

Black with #113169

Text Example


Text Example

White with #113169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113169; }

 p { color: rgb(17,49,105); }

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

background-color css

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

 a { background-color: rgb(17,49,105); }

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

border-color css

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

 span { border-color: rgb(17,49,105); }

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