Html Css Color HEX #011147 Sapphire

📋 copy color: '#011147'

red 1 ◦ green 17 ◦ blue 71

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

Shades of Sapphire #011147

Tints of Sapphire #011147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 79.78%

R = 1.12%
G = 19.1%
B = 79.78%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011147 (or 0x011147) is known color: Sapphire. HEX triplet: 01, 11 and 47. RGB value is (1,17,71). Sum of RGB (Red+Green+Blue) = 1+17+71=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 71 (28.12% from 255 or 79.78% from 89); Max value from RGB is 71 - color contains mainly: blue. Hex color #011147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011147 is #FEEEB8. Grayscale: #121212. Windows color (decimal): -16707257 or 4657409. OLE color: 4657409.

HSL color Cylindrical-coordinate representation of color #011147: hue angle of 226.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011147 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 17 71 -
CMYK 0.99 0.76 0 0.72
HSL 226.29º 0.97% 0.14% -
HSV(B) 226.29º 0.99% 0.28% -
XYZ 1.35 0.86 6.06 -
YUV 18.37 157.7 115.61 -
System Red Green Blue C M Y K H S L
Decimal 1 17 71 0.99 0.76 0 0.72 226.29 0.97 0.14
Hex 1 11 47 63 4C 0 48 E2 61 E
Octal 1 21 107 143 114 0 110 342 141 16
Binary 1 10001 1000111 1100011 1001100 0 1001000 11100010 1100001 1110

Color Harmonies of #011147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011147

Black with #011147

Text Example


Text Example

White with #011147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011147; }

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

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

background-color css

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

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

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

border-color css

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

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

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