Html Css Color HEX #112975 Sapphire

📋 copy color: '#112975'

red 17 ◦ green 41 ◦ blue 117

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

Shades of Sapphire #112975

Tints of Sapphire #112975

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.43%

 BLUE value IS 117 (46.09% from 255) = 66.86%

R = 9.71%
G = 23.43%
B = 66.86%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#112975 (or 0x112975) is known color: Sapphire. HEX triplet: 11, 29 and 75. RGB value is (17,41,117). Sum of RGB (Red+Green+Blue) = 17+41+117=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #112975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112975 is #EED68A. Grayscale: #2A2A2A. Windows color (decimal): -15652491 or 7678225. OLE color: 7678225.

HSL color Cylindrical-coordinate representation of color #112975: hue angle of 225.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112975 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 41 117 -
CMYK 0.85 0.65 0 0.54
HSL 225.6º 0.75% 0.26% -
HSV(B) 225.6º 0.85% 0.46% -
XYZ 4.23 2.99 17.18 -
YUV 42.49 170.05 109.82 -
System Red Green Blue C M Y K H S L
Decimal 17 41 117 0.85 0.65 0 0.54 225.6 0.75 0.26
Hex 11 29 75 55 41 0 36 E2 4B 1A
Octal 21 51 165 125 101 0 66 342 113 32
Binary 10001 101001 1110101 1010101 1000001 0 110110 11100010 1001011 11010

Color Harmonies of #112975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112975

Black with #112975

Text Example


Text Example

White with #112975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112975; }

 p { color: rgb(17,41,117); }

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

background-color css

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

 a { background-color: rgb(17,41,117); }

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

border-color css

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

 span { border-color: rgb(17,41,117); }

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