Html Css Color HEX #112064 Sapphire

📋 copy color: '#112064'

red 17 ◦ green 32 ◦ blue 100

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

Shades of Sapphire #112064

Tints of Sapphire #112064

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.48%

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

R = 11.41%
G = 21.48%
B = 67.11%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#112064 (or 0x112064) is known color: Sapphire. HEX triplet: 11, 20 and 64. RGB value is (17,32,100). Sum of RGB (Red+Green+Blue) = 17+32+100=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 100 (39.45% from 255 or 67.11% from 149); Max value from RGB is 100 - color contains mainly: blue. Hex color #112064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112064 is #EEDF9B. Grayscale: #222222. Windows color (decimal): -15654812 or 6561809. OLE color: 6561809.

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

Color convert

RGB 17 32 100 -
CMYK 0.83 0.68 0 0.61
HSL 229.16º 0.71% 0.23% -
HSV(B) 229.16º 0.83% 0.39% -
XYZ 3.05 2.07 12.3 -
YUV 35.27 164.53 114.97 -
System Red Green Blue C M Y K H S L
Decimal 17 32 100 0.83 0.68 0 0.61 229.16 0.71 0.23
Hex 11 20 64 53 44 0 3D E5 47 17
Octal 21 40 144 123 104 0 75 345 107 27
Binary 10001 100000 1100100 1010011 1000100 0 111101 11100101 1000111 10111

Color Harmonies of #112064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112064

Black with #112064

Text Example


Text Example

White with #112064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112064; }

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

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

background-color css

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

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

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

border-color css

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

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

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