Html Css Color HEX #112875 Sapphire

📋 copy color: '#112875'

red 17 ◦ green 40 ◦ blue 117

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

Shades of Sapphire #112875

Tints of Sapphire #112875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.99%

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

R = 9.77%
G = 22.99%
B = 67.24%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#112875 (or 0x112875) is known color: Sapphire. HEX triplet: 11, 28 and 75. RGB value is (17,40,117). Sum of RGB (Red+Green+Blue) = 17+40+117=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #112875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112875 is #EED78A. Grayscale: #292929. Windows color (decimal): -15652747 or 7677969. OLE color: 7677969.

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

Color convert

RGB 17 40 117 -
CMYK 0.85 0.66 0 0.54
HSL 226.2º 0.75% 0.26% -
HSV(B) 226.2º 0.85% 0.46% -
XYZ 4.2 2.92 17.17 -
YUV 41.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 17 40 117 0.85 0.66 0 0.54 226.2 0.75 0.26
Hex 11 28 75 55 42 0 36 E2 4B 1A
Octal 21 50 165 125 102 0 66 342 113 32
Binary 10001 101000 1110101 1010101 1000010 0 110110 11100010 1001011 11010

Color Harmonies of #112875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112875

Black with #112875

Text Example


Text Example

White with #112875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112875; }

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

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

background-color css

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

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

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

border-color css

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

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

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