Html Css Color HEX #011059 Sapphire

📋 copy color: '#011059'

red 1 ◦ green 16 ◦ blue 89

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

Shades of Sapphire #011059

Tints of Sapphire #011059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.09%

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

R = 0.94%
G = 15.09%
B = 83.96%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#011059 (or 0x011059) is known color: Sapphire. HEX triplet: 01, 10 and 59. RGB value is (1,16,89). Sum of RGB (Red+Green+Blue) = 1+16+89=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 89 (35.16% from 255 or 83.96% from 106); Max value from RGB is 89 - color contains mainly: blue. Hex color #011059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011059 is #FEEFA6. Grayscale: #131313. Windows color (decimal): -16707495 or 5836801. OLE color: 5836801.

HSL color Cylindrical-coordinate representation of color #011059: hue angle of 229.77º 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 #011059 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 16 89 -
CMYK 0.99 0.82 0 0.65
HSL 229.77º 0.98% 0.18% -
HSV(B) 229.77º 0.99% 0.35% -
XYZ 2 1.1 9.56 -
YUV 19.84 167.03 114.56 -
System Red Green Blue C M Y K H S L
Decimal 1 16 89 0.99 0.82 0 0.65 229.77 0.98 0.18
Hex 1 10 59 63 52 0 41 E6 62 12
Octal 1 20 131 143 122 0 101 346 142 22
Binary 1 10000 1011001 1100011 1010010 0 1000001 11100110 1100010 10010

Color Harmonies of #011059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011059

Black with #011059

Text Example


Text Example

White with #011059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011059; }

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

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

background-color css

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

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

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

border-color css

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

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

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