Html Css Color HEX #112366 Sapphire

📋 copy color: '#112366'

red 17 ◦ green 35 ◦ blue 102

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

Shades of Sapphire #112366

Tints of Sapphire #112366

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.73%

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

R = 11.04%
G = 22.73%
B = 66.23%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#112366 (or 0x112366) is known color: Sapphire. HEX triplet: 11, 23 and 66. RGB value is (17,35,102). Sum of RGB (Red+Green+Blue) = 17+35+102=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #112366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112366 is #EEDC99. Grayscale: #242424. Windows color (decimal): -15654042 or 6693649. OLE color: 6693649.

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

Color convert

RGB 17 35 102 -
CMYK 0.83 0.66 0 0.6
HSL 227.29º 0.71% 0.23% -
HSV(B) 227.29º 0.83% 0.4% -
XYZ 3.23 2.28 12.84 -
YUV 37.26 164.54 113.55 -
System Red Green Blue C M Y K H S L
Decimal 17 35 102 0.83 0.66 0 0.6 227.29 0.71 0.23
Hex 11 23 66 53 42 0 3C E3 47 17
Octal 21 43 146 123 102 0 74 343 107 27
Binary 10001 100011 1100110 1010011 1000010 0 111100 11100011 1000111 10111

Color Harmonies of #112366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112366

Black with #112366

Text Example


Text Example

White with #112366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112366; }

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

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

background-color css

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

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

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

border-color css

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

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

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