Html Css Color HEX #112960 Sapphire

📋 copy color: '#112960'

red 17 ◦ green 41 ◦ blue 96

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

Shades of Sapphire #112960

Tints of Sapphire #112960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.62%

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

R = 11.04%
G = 26.62%
B = 62.34%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#112960 (or 0x112960) is known color: Sapphire. HEX triplet: 11, 29 and 60. RGB value is (17,41,96). Sum of RGB (Red+Green+Blue) = 17+41+96=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #112960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112960 is #EED69F. Grayscale: #272727. Windows color (decimal): -15652512 or 6301969. OLE color: 6301969.

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

Color convert

RGB 17 41 96 -
CMYK 0.82 0.57 0 0.62
HSL 221.77º 0.7% 0.22% -
HSV(B) 221.77º 0.82% 0.38% -
XYZ 3.14 2.55 11.39 -
YUV 40.09 159.55 111.53 -
System Red Green Blue C M Y K H S L
Decimal 17 41 96 0.82 0.57 0 0.62 221.77 0.7 0.22
Hex 11 29 60 52 39 0 3E DE 46 16
Octal 21 51 140 122 71 0 76 336 106 26
Binary 10001 101001 1100000 1010010 111001 0 111110 11011110 1000110 10110

Color Harmonies of #112960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112960

Black with #112960

Text Example


Text Example

White with #112960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112960; }

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

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

background-color css

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

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

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

border-color css

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

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

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