Html Css Color HEX #011149 Sapphire

📋 copy color: '#011149'

red 1 ◦ green 17 ◦ blue 73

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

Shades of Sapphire #011149

Tints of Sapphire #011149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.68%

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

R = 1.1%
G = 18.68%
B = 80.22%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#011149 (or 0x011149) is known color: Sapphire. HEX triplet: 01, 11 and 49. RGB value is (1,17,73). Sum of RGB (Red+Green+Blue) = 1+17+73=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 73 (28.91% from 255 or 80.22% from 91); Max value from RGB is 73 - color contains mainly: blue. Hex color #011149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011149 is #FEEEB6. Grayscale: #121212. Windows color (decimal): -16707255 or 4788481. OLE color: 4788481.

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

Color convert

RGB 1 17 73 -
CMYK 0.99 0.77 0 0.71
HSL 226.67º 0.97% 0.15% -
HSV(B) 226.67º 0.99% 0.29% -
XYZ 1.42 0.89 6.4 -
YUV 18.6 158.7 115.45 -
System Red Green Blue C M Y K H S L
Decimal 1 17 73 0.99 0.77 0 0.71 226.67 0.97 0.15
Hex 1 11 49 63 4D 0 47 E3 61 F
Octal 1 21 111 143 115 0 107 343 141 17
Binary 1 10001 1001001 1100011 1001101 0 1000111 11100011 1100001 1111

Color Harmonies of #011149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011149

Black with #011149

Text Example


Text Example

White with #011149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011149; }

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

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

background-color css

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

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

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

border-color css

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

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

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