Html Css Color HEX #112862 Sapphire

📋 copy color: '#112862'

red 17 ◦ green 40 ◦ blue 98

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

Shades of Sapphire #112862

Tints of Sapphire #112862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 63.23%

R = 10.97%
G = 25.81%
B = 63.23%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#112862 (or 0x112862) is known color: Sapphire. HEX triplet: 11, 28 and 62. RGB value is (17,40,98). Sum of RGB (Red+Green+Blue) = 17+40+98=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #112862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112862 is #EED79D. Grayscale: #272727. Windows color (decimal): -15652766 or 6432785. OLE color: 6432785.

HSL color Cylindrical-coordinate representation of color #112862: hue angle of 222.96º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112862 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 40 98 -
CMYK 0.83 0.59 0 0.62
HSL 222.96º 0.7% 0.23% -
HSV(B) 222.96º 0.83% 0.38% -
XYZ 3.19 2.52 11.87 -
YUV 39.74 160.88 111.78 -
System Red Green Blue C M Y K H S L
Decimal 17 40 98 0.83 0.59 0 0.62 222.96 0.7 0.23
Hex 11 28 62 53 3B 0 3E DF 46 17
Octal 21 50 142 123 73 0 76 337 106 27
Binary 10001 101000 1100010 1010011 111011 0 111110 11011111 1000110 10111

Color Harmonies of #112862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112862

Black with #112862

Text Example


Text Example

White with #112862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112862; }

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

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

background-color css

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

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

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

border-color css

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

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

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