Html Css Color HEX #112168 Sapphire

📋 copy color: '#112168'

red 17 ◦ green 33 ◦ blue 104

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

Shades of Sapphire #112168

Tints of Sapphire #112168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 67.53%

R = 11.04%
G = 21.43%
B = 67.53%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#112168 (or 0x112168) is known color: Sapphire. HEX triplet: 11, 21 and 68. RGB value is (17,33,104). Sum of RGB (Red+Green+Blue) = 17+33+104=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #112168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112168 is #EEDE97. Grayscale: #242424. Windows color (decimal): -15654552 or 6824209. OLE color: 6824209.

HSL color Cylindrical-coordinate representation of color #112168: hue angle of 228.97º 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 #112168 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 33 104 -
CMYK 0.84 0.68 0 0.59
HSL 228.97º 0.72% 0.24% -
HSV(B) 228.97º 0.84% 0.41% -
XYZ 3.27 2.21 13.35 -
YUV 36.31 166.2 114.23 -
System Red Green Blue C M Y K H S L
Decimal 17 33 104 0.84 0.68 0 0.59 228.97 0.72 0.24
Hex 11 21 68 54 44 0 3B E5 48 18
Octal 21 41 150 124 104 0 73 345 110 30
Binary 10001 100001 1101000 1010100 1000100 0 111011 11100101 1001000 11000

Color Harmonies of #112168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112168

Black with #112168

Text Example


Text Example

White with #112168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112168; }

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

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

background-color css

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

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

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

border-color css

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

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

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