Html Css Color HEX #011359 Sapphire

📋 copy color: '#011359'

red 1 ◦ green 19 ◦ blue 89

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

Shades of Sapphire #011359

Tints of Sapphire #011359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.43%

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

R = 0.92%
G = 17.43%
B = 81.65%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#011359 (or 0x011359) is known color: Sapphire. HEX triplet: 01, 13 and 59. RGB value is (1,19,89). Sum of RGB (Red+Green+Blue) = 1+19+89=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 89 (35.16% from 255 or 81.65% from 109); Max value from RGB is 89 - color contains mainly: blue. Hex color #011359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011359 is #FEECA6. Grayscale: #151515. Windows color (decimal): -16706727 or 5837569. OLE color: 5837569.

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

Color convert

RGB 1 19 89 -
CMYK 0.99 0.79 0 0.65
HSL 227.73º 0.98% 0.18% -
HSV(B) 227.73º 0.99% 0.35% -
XYZ 2.05 1.19 9.57 -
YUV 21.6 166.04 113.31 -
System Red Green Blue C M Y K H S L
Decimal 1 19 89 0.99 0.79 0 0.65 227.73 0.98 0.18
Hex 1 13 59 63 4F 0 41 E4 62 12
Octal 1 23 131 143 117 0 101 344 142 22
Binary 1 10011 1011001 1100011 1001111 0 1000001 11100100 1100010 10010

Color Harmonies of #011359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011359

Black with #011359

Text Example


Text Example

White with #011359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011359; }

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

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

background-color css

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

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

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

border-color css

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

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

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