Html Css Color HEX #010959 Sapphire

📋 copy color: '#010959'

red 1 ◦ green 9 ◦ blue 89

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

Shades of Sapphire #010959

Tints of Sapphire #010959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.09%

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

R = 1.01%
G = 9.09%
B = 89.9%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#010959 (or 0x010959) is known color: Sapphire. HEX triplet: 01, 09 and 59. RGB value is (1,9,89). Sum of RGB (Red+Green+Blue) = 1+9+89=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 89 (35.16% from 255 or 89.90% from 99); Max value from RGB is 89 - color contains mainly: blue. Hex color #010959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010959 is #FEF6A6. Grayscale: #0F0F0F. Windows color (decimal): -16709287 or 5835009. OLE color: 5835009.

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

Color convert

RGB 1 9 89 -
CMYK 0.99 0.90 0 0.65
HSL 234.55º 0.98% 0.18% -
HSV(B) 234.55º 0.99% 0.35% -
XYZ 1.91 0.92 9.53 -
YUV 15.73 169.35 117.5 -
System Red Green Blue C M Y K H S L
Decimal 1 9 89 0.99 0.90 0 0.65 234.55 0.98 0.18
Hex 1 9 59 63 5A 0 41 EB 62 12
Octal 1 11 131 143 132 0 101 353 142 22
Binary 1 1001 1011001 1100011 1011010 0 1000001 11101011 1100010 10010

Color Harmonies of #010959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010959

Black with #010959

Text Example


Text Example

White with #010959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010959; }

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

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

background-color css

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

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

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

border-color css

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

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

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