Html Css Color HEX #112261 Sapphire

📋 copy color: '#112261'

red 17 ◦ green 34 ◦ blue 97

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

Shades of Sapphire #112261

Tints of Sapphire #112261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 65.54%

R = 11.49%
G = 22.97%
B = 65.54%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#112261 (or 0x112261) is known color: Sapphire. HEX triplet: 11, 22 and 61. RGB value is (17,34,97). Sum of RGB (Red+Green+Blue) = 17+34+97=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 97 (38.28% from 255 or 65.54% from 148); Max value from RGB is 97 - color contains mainly: blue. Hex color #112261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112261 is #EEDD9E. Grayscale: #232323. Windows color (decimal): -15654303 or 6365713. OLE color: 6365713.

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

Color convert

RGB 17 34 97 -
CMYK 0.82 0.65 0 0.62
HSL 227.25º 0.7% 0.22% -
HSV(B) 227.25º 0.82% 0.38% -
XYZ 2.96 2.13 11.56 -
YUV 36.1 162.37 114.38 -
System Red Green Blue C M Y K H S L
Decimal 17 34 97 0.82 0.65 0 0.62 227.25 0.7 0.22
Hex 11 22 61 52 41 0 3E E3 46 16
Octal 21 42 141 122 101 0 76 343 106 26
Binary 10001 100010 1100001 1010010 1000001 0 111110 11100011 1000110 10110

Color Harmonies of #112261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112261

Black with #112261

Text Example


Text Example

White with #112261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112261; }

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

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

background-color css

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

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

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

border-color css

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

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

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