Html Css Color HEX #011959 Sapphire

📋 copy color: '#011959'

red 1 ◦ green 25 ◦ blue 89

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

Shades of Sapphire #011959

Tints of Sapphire #011959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.74%

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

R = 0.87%
G = 21.74%
B = 77.39%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#011959 (or 0x011959) is known color: Sapphire. HEX triplet: 01, 19 and 59. RGB value is (1,25,89). Sum of RGB (Red+Green+Blue) = 1+25+89=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 89 (35.16% from 255 or 77.39% from 115); Max value from RGB is 89 - color contains mainly: blue. Hex color #011959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011959 is #FEE6A6. Grayscale: #181818. Windows color (decimal): -16705191 or 5839105. OLE color: 5839105.

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

Color convert

RGB 1 25 89 -
CMYK 0.99 0.72 0 0.65
HSL 223.64º 0.98% 0.18% -
HSV(B) 223.64º 0.99% 0.35% -
XYZ 2.16 1.42 9.61 -
YUV 25.12 164.05 110.8 -
System Red Green Blue C M Y K H S L
Decimal 1 25 89 0.99 0.72 0 0.65 223.64 0.98 0.18
Hex 1 19 59 63 48 0 41 E0 62 12
Octal 1 31 131 143 110 0 101 340 142 22
Binary 1 11001 1011001 1100011 1001000 0 1000001 11100000 1100010 10010

Color Harmonies of #011959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011959

Black with #011959

Text Example


Text Example

White with #011959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011959; }

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

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

background-color css

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

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

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

border-color css

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

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

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