Html Css Color HEX #011159 Sapphire

📋 copy color: '#011159'

red 1 ◦ green 17 ◦ blue 89

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

Shades of Sapphire #011159

Tints of Sapphire #011159

RGB

 RED value IS 1 (0.78% from 255) = 0.93%

 GREEN value IS 17 (7.03% from 255) = 15.89%

 BLUE value IS 89 (35.16% from 255) = 83.18%

R = 0.93%
G = 15.89%
B = 83.18%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#011159 (or 0x011159) is known color: Sapphire. HEX triplet: 01, 11 and 59. RGB value is (1,17,89). Sum of RGB (Red+Green+Blue) = 1+17+89=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 89 (35.16% from 255 or 83.18% from 107); Max value from RGB is 89 - color contains mainly: blue. Hex color #011159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011159 is #FEEEA6. Grayscale: #141414. Windows color (decimal): -16707239 or 5837057. OLE color: 5837057.

HSL color Cylindrical-coordinate representation of color #011159: hue angle of 229.09º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011159 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 17 89 -
CMYK 0.99 0.81 0 0.65
HSL 229.09º 0.98% 0.18% -
HSV(B) 229.09º 0.99% 0.35% -
XYZ 2.02 1.13 9.56 -
YUV 20.42 166.7 114.15 -
System Red Green Blue C M Y K H S L
Decimal 1 17 89 0.99 0.81 0 0.65 229.09 0.98 0.18
Hex 1 11 59 63 51 0 41 E5 62 12
Octal 1 21 131 143 121 0 101 345 142 22
Binary 1 10001 1011001 1100011 1010001 0 1000001 11100101 1100010 10010

Color Harmonies of #011159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011159

Black with #011159

Text Example


Text Example

White with #011159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011159; }

 p { color: rgb(1,17,89); }

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

background-color css

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

 a { background-color: rgb(1,17,89); }

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

border-color css

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

 span { border-color: rgb(1,17,89); }

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