Html Css Color HEX #112262 Sapphire

📋 copy color: '#112262'

red 17 ◦ green 34 ◦ blue 98

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

Shades of Sapphire #112262

Tints of Sapphire #112262

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.82%

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

R = 11.41%
G = 22.82%
B = 65.77%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#112262 (or 0x112262) is known color: Sapphire. HEX triplet: 11, 22 and 62. RGB value is (17,34,98). Sum of RGB (Red+Green+Blue) = 17+34+98=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 98 (38.67% from 255 or 65.77% from 149); Max value from RGB is 98 - color contains mainly: blue. Hex color #112262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112262 is #EEDD9D. Grayscale: #232323. Windows color (decimal): -15654302 or 6431249. OLE color: 6431249.

HSL color Cylindrical-coordinate representation of color #112262: hue angle of 227.41º 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 #112262 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 34 98 -
CMYK 0.83 0.65 0 0.62
HSL 227.41º 0.7% 0.23% -
HSV(B) 227.41º 0.83% 0.38% -
XYZ 3.01 2.15 11.81 -
YUV 36.21 162.87 114.3 -
System Red Green Blue C M Y K H S L
Decimal 17 34 98 0.83 0.65 0 0.62 227.41 0.7 0.23
Hex 11 22 62 53 41 0 3E E3 46 17
Octal 21 42 142 123 101 0 76 343 106 27
Binary 10001 100010 1100010 1010011 1000001 0 111110 11100011 1000110 10111

Color Harmonies of #112262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112262

Black with #112262

Text Example


Text Example

White with #112262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112262; }

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

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

background-color css

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

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

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

border-color css

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

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

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