Html Css Color HEX #011049 Sapphire

📋 copy color: '#011049'

red 1 ◦ green 16 ◦ blue 73

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

Shades of Sapphire #011049

Tints of Sapphire #011049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 81.11%

R = 1.11%
G = 17.78%
B = 81.11%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#011049 (or 0x011049) is known color: Sapphire. HEX triplet: 01, 10 and 49. RGB value is (1,16,73). Sum of RGB (Red+Green+Blue) = 1+16+73=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 73 (28.91% from 255 or 81.11% from 90); Max value from RGB is 73 - color contains mainly: blue. Hex color #011049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011049 is #FEEFB6. Grayscale: #111111. Windows color (decimal): -16707511 or 4788225. OLE color: 4788225.

HSL color Cylindrical-coordinate representation of color #011049: hue angle of 227.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011049 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 16 73 -
CMYK 0.99 0.78 0 0.71
HSL 227.5º 0.97% 0.15% -
HSV(B) 227.5º 0.99% 0.29% -
XYZ 1.4 0.86 6.4 -
YUV 18.01 159.03 115.87 -
System Red Green Blue C M Y K H S L
Decimal 1 16 73 0.99 0.78 0 0.71 227.5 0.97 0.15
Hex 1 10 49 63 4E 0 47 E4 61 F
Octal 1 20 111 143 116 0 107 344 141 17
Binary 1 10000 1001001 1100011 1001110 0 1000111 11100100 1100001 1111

Color Harmonies of #011049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011049

Black with #011049

Text Example


Text Example

White with #011049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011049; }

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

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

background-color css

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

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

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

border-color css

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

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

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