Html Css Color HEX #112660 Sapphire

📋 copy color: '#112660'

red 17 ◦ green 38 ◦ blue 96

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

Shades of Sapphire #112660

Tints of Sapphire #112660

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.17%

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

R = 11.26%
G = 25.17%
B = 63.58%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#112660 (or 0x112660) is known color: Sapphire. HEX triplet: 11, 26 and 60. RGB value is (17,38,96). Sum of RGB (Red+Green+Blue) = 17+38+96=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 96 (37.89% from 255 or 63.58% from 151); Max value from RGB is 96 - color contains mainly: blue. Hex color #112660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112660 is #EED99F. Grayscale: #262626. Windows color (decimal): -15653280 or 6301201. OLE color: 6301201.

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

Color convert

RGB 17 38 96 -
CMYK 0.82 0.60 0 0.62
HSL 224.05º 0.7% 0.22% -
HSV(B) 224.05º 0.82% 0.38% -
XYZ 3.04 2.35 11.36 -
YUV 38.33 160.54 112.78 -
System Red Green Blue C M Y K H S L
Decimal 17 38 96 0.82 0.60 0 0.62 224.05 0.7 0.22
Hex 11 26 60 52 3C 0 3E E0 46 16
Octal 21 46 140 122 74 0 76 340 106 26
Binary 10001 100110 1100000 1010010 111100 0 111110 11100000 1000110 10110

Color Harmonies of #112660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112660

Black with #112660

Text Example


Text Example

White with #112660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112660; }

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

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

background-color css

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

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

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

border-color css

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

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

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