Html Css Color HEX #113070 Sapphire

📋 copy color: '#113070'

red 17 ◦ green 48 ◦ blue 112

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

Shades of Sapphire #113070

Tints of Sapphire #113070

RGB

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

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

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

R = 9.6%
G = 27.12%
B = 63.28%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#113070 (or 0x113070) is known color: Sapphire. HEX triplet: 11, 30 and 70. RGB value is (17,48,112). Sum of RGB (Red+Green+Blue) = 17+48+112=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #113070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113070 is #EECF8F. Grayscale: #2D2D2D. Windows color (decimal): -15650704 or 7352337. OLE color: 7352337.

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

Color convert

RGB 17 48 112 -
CMYK 0.85 0.57 0 0.56
HSL 220.42º 0.74% 0.25% -
HSV(B) 220.42º 0.85% 0.44% -
XYZ 4.21 3.4 15.76 -
YUV 46.03 165.23 107.3 -
System Red Green Blue C M Y K H S L
Decimal 17 48 112 0.85 0.57 0 0.56 220.42 0.74 0.25
Hex 11 30 70 55 39 0 38 DC 4A 19
Octal 21 60 160 125 71 0 70 334 112 31
Binary 10001 110000 1110000 1010101 111001 0 111000 11011100 1001010 11001

Color Harmonies of #113070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113070

Black with #113070

Text Example


Text Example

White with #113070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113070; }

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

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

background-color css

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

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

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

border-color css

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

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

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