Html Css Color HEX #112864 Sapphire

📋 copy color: '#112864'

red 17 ◦ green 40 ◦ blue 100

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

Shades of Sapphire #112864

Tints of Sapphire #112864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 63.69%

R = 10.83%
G = 25.48%
B = 63.69%

CMYK

 C value IS 0.83

 M value IS 0.6

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#112864 (or 0x112864) is known color: Sapphire. HEX triplet: 11, 28 and 64. RGB value is (17,40,100). Sum of RGB (Red+Green+Blue) = 17+40+100=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 100 (39.45% from 255 or 63.69% from 157); Max value from RGB is 100 - color contains mainly: blue. Hex color #112864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112864 is #EED79B. Grayscale: #272727. Windows color (decimal): -15652764 or 6563857. OLE color: 6563857.

HSL color Cylindrical-coordinate representation of color #112864: hue angle of 223.37º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112864 is Cyan = 0.83, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 40 100 -
CMYK 0.83 0.6 0 0.61
HSL 223.37º 0.71% 0.23% -
HSV(B) 223.37º 0.83% 0.39% -
XYZ 3.29 2.56 12.38 -
YUV 39.96 161.88 111.62 -
System Red Green Blue C M Y K H S L
Decimal 17 40 100 0.83 0.6 0 0.61 223.37 0.71 0.23
Hex 11 28 64 53 3C 0 3D DF 47 17
Octal 21 50 144 123 74 0 75 337 107 27
Binary 10001 101000 1100100 1010011 111100 0 111101 11011111 1000111 10111

Color Harmonies of #112864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112864

Black with #112864

Text Example


Text Example

White with #112864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112864; }

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

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

background-color css

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

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

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

border-color css

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

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

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