Html Css Color HEX #112260 Sapphire

📋 copy color: '#112260'

red 17 ◦ green 34 ◦ blue 96

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

Shades of Sapphire #112260

Tints of Sapphire #112260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 65.31%

R = 11.56%
G = 23.13%
B = 65.31%

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

#112260 (or 0x112260) is known color: Sapphire. HEX triplet: 11, 22 and 60. RGB value is (17,34,96). Sum of RGB (Red+Green+Blue) = 17+34+96=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #112260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112260 is #EEDD9F. Grayscale: #232323. Windows color (decimal): -15654304 or 6300177. OLE color: 6300177.

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

Color convert

RGB 17 34 96 -
CMYK 0.82 0.65 0 0.62
HSL 227.09º 0.7% 0.22% -
HSV(B) 227.09º 0.82% 0.38% -
XYZ 2.91 2.11 11.32 -
YUV 35.99 161.87 114.46 -
System Red Green Blue C M Y K H S L
Decimal 17 34 96 0.82 0.65 0 0.62 227.09 0.7 0.22
Hex 11 22 60 52 41 0 3E E3 46 16
Octal 21 42 140 122 101 0 76 343 106 26
Binary 10001 100010 1100000 1010010 1000001 0 111110 11100011 1000110 10110

Color Harmonies of #112260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112260

Black with #112260

Text Example


Text Example

White with #112260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112260; }

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

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

background-color css

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

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

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

border-color css

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

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

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