Html Css Color HEX #112466 Sapphire

📋 copy color: '#112466'

red 17 ◦ green 36 ◦ blue 102

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

Shades of Sapphire #112466

Tints of Sapphire #112466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.23%

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

R = 10.97%
G = 23.23%
B = 65.81%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#112466 (or 0x112466) is known color: Sapphire. HEX triplet: 11, 24 and 66. RGB value is (17,36,102). Sum of RGB (Red+Green+Blue) = 17+36+102=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #112466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112466 is #EEDB99. Grayscale: #252525. Windows color (decimal): -15653786 or 6693905. OLE color: 6693905.

HSL color Cylindrical-coordinate representation of color #112466: hue angle of 226.59º 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 #112466 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 36 102 -
CMYK 0.83 0.65 0 0.6
HSL 226.59º 0.71% 0.23% -
HSV(B) 226.59º 0.83% 0.4% -
XYZ 3.26 2.34 12.85 -
YUV 37.84 164.21 113.13 -
System Red Green Blue C M Y K H S L
Decimal 17 36 102 0.83 0.65 0 0.6 226.59 0.71 0.23
Hex 11 24 66 53 41 0 3C E3 47 17
Octal 21 44 146 123 101 0 74 343 107 27
Binary 10001 100100 1100110 1010011 1000001 0 111100 11100011 1000111 10111

Color Harmonies of #112466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112466

Black with #112466

Text Example


Text Example

White with #112466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112466; }

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

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

background-color css

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

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

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

border-color css

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

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

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