Html Css Color HEX #113370 Sapphire

📋 copy color: '#113370'

red 17 ◦ green 51 ◦ blue 112

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

Shades of Sapphire #113370

Tints of Sapphire #113370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.33%

 BLUE value IS 112 (44.14% from 255) = 62.22%

R = 9.44%
G = 28.33%
B = 62.22%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#113370 (or 0x113370) is known color: Sapphire. HEX triplet: 11, 33 and 70. RGB value is (17,51,112). Sum of RGB (Red+Green+Blue) = 17+51+112=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #113370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113370 is #EECC8F. Grayscale: #2F2F2F. Windows color (decimal): -15649936 or 7353105. OLE color: 7353105.

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

Color convert

RGB 17 51 112 -
CMYK 0.85 0.54 0 0.56
HSL 218.53º 0.74% 0.25% -
HSV(B) 218.53º 0.85% 0.44% -
XYZ 4.34 3.66 15.81 -
YUV 47.79 164.24 106.04 -
System Red Green Blue C M Y K H S L
Decimal 17 51 112 0.85 0.54 0 0.56 218.53 0.74 0.25
Hex 11 33 70 55 36 0 38 DB 4A 19
Octal 21 63 160 125 66 0 70 333 112 31
Binary 10001 110011 1110000 1010101 110110 0 111000 11011011 1001010 11001

Color Harmonies of #113370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113370

Black with #113370

Text Example


Text Example

White with #113370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113370; }

 p { color: rgb(17,51,112); }

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

background-color css

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

 a { background-color: rgb(17,51,112); }

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

border-color css

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

 span { border-color: rgb(17,51,112); }

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