Html Css Color HEX #112169 Sapphire

📋 copy color: '#112169'

red 17 ◦ green 33 ◦ blue 105

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

Shades of Sapphire #112169

Tints of Sapphire #112169

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.29%

 BLUE value IS 105 (41.41% from 255) = 67.74%

R = 10.97%
G = 21.29%
B = 67.74%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#112169 (or 0x112169) is known color: Sapphire. HEX triplet: 11, 21 and 69. RGB value is (17,33,105). Sum of RGB (Red+Green+Blue) = 17+33+105=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 105 (41.41% from 255 or 67.74% from 155); Max value from RGB is 105 - color contains mainly: blue. Hex color #112169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112169 is #EEDE96. Grayscale: #242424. Windows color (decimal): -15654551 or 6889745. OLE color: 6889745.

HSL color Cylindrical-coordinate representation of color #112169: hue angle of 229.09º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #112169 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 33 105 -
CMYK 0.84 0.69 0 0.59
HSL 229.09º 0.72% 0.24% -
HSV(B) 229.09º 0.84% 0.41% -
XYZ 3.32 2.23 13.62 -
YUV 36.42 166.7 114.15 -
System Red Green Blue C M Y K H S L
Decimal 17 33 105 0.84 0.69 0 0.59 229.09 0.72 0.24
Hex 11 21 69 54 45 0 3B E5 48 18
Octal 21 41 151 124 105 0 73 345 110 30
Binary 10001 100001 1101001 1010100 1000101 0 111011 11100101 1001000 11000

Color Harmonies of #112169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112169

Black with #112169

Text Example


Text Example

White with #112169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112169; }

 p { color: rgb(17,33,105); }

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

background-color css

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

 a { background-color: rgb(17,33,105); }

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

border-color css

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

 span { border-color: rgb(17,33,105); }

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