Html Css Color HEX #112966 Sapphire

📋 copy color: '#112966'

red 17 ◦ green 41 ◦ blue 102

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

Shades of Sapphire #112966

Tints of Sapphire #112966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 63.75%

R = 10.63%
G = 25.63%
B = 63.75%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#112966 (or 0x112966) is known color: Sapphire. HEX triplet: 11, 29 and 66. RGB value is (17,41,102). Sum of RGB (Red+Green+Blue) = 17+41+102=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 102 (40.23% from 255 or 63.75% from 160); Max value from RGB is 102 - color contains mainly: blue. Hex color #112966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112966 is #EED699. Grayscale: #282828. Windows color (decimal): -15652506 or 6695185. OLE color: 6695185.

HSL color Cylindrical-coordinate representation of color #112966: hue angle of 223.06º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112966 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 41 102 -
CMYK 0.83 0.60 0 0.6
HSL 223.06º 0.71% 0.23% -
HSV(B) 223.06º 0.83% 0.4% -
XYZ 3.42 2.66 12.9 -
YUV 40.78 162.55 111.04 -
System Red Green Blue C M Y K H S L
Decimal 17 41 102 0.83 0.60 0 0.6 223.06 0.71 0.23
Hex 11 29 66 53 3C 0 3C DF 47 17
Octal 21 51 146 123 74 0 74 337 107 27
Binary 10001 101001 1100110 1010011 111100 0 111100 11011111 1000111 10111

Color Harmonies of #112966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112966

Black with #112966

Text Example


Text Example

White with #112966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112966; }

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

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

background-color css

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

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

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

border-color css

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

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

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