Html Css Color HEX #112866 Sapphire

📋 copy color: '#112866'

red 17 ◦ green 40 ◦ blue 102

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

Shades of Sapphire #112866

Tints of Sapphire #112866

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.16%

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

R = 10.69%
G = 25.16%
B = 64.15%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#112866 (or 0x112866) is known color: Sapphire. HEX triplet: 11, 28 and 66. RGB value is (17,40,102). Sum of RGB (Red+Green+Blue) = 17+40+102=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 102 (40.23% from 255 or 64.15% from 159); Max value from RGB is 102 - color contains mainly: blue. Hex color #112866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112866 is #EED799. Grayscale: #272727. Windows color (decimal): -15652762 or 6694929. OLE color: 6694929.

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

Color convert

RGB 17 40 102 -
CMYK 0.83 0.61 0 0.6
HSL 223.76º 0.71% 0.23% -
HSV(B) 223.76º 0.83% 0.4% -
XYZ 3.39 2.6 12.89 -
YUV 40.19 162.88 111.46 -
System Red Green Blue C M Y K H S L
Decimal 17 40 102 0.83 0.61 0 0.6 223.76 0.71 0.23
Hex 11 28 66 53 3D 0 3C E0 47 17
Octal 21 50 146 123 75 0 74 340 107 27
Binary 10001 101000 1100110 1010011 111101 0 111100 11100000 1000111 10111

Color Harmonies of #112866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112866

Black with #112866

Text Example


Text Example

White with #112866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112866; }

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

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

background-color css

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

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

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

border-color css

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

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

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