Html Css Color HEX #011151 Sapphire

📋 copy color: '#011151'

red 1 ◦ green 17 ◦ blue 81

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

Shades of Sapphire #011151

Tints of Sapphire #011151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 81.82%

R = 1.01%
G = 17.17%
B = 81.82%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#011151 (or 0x011151) is known color: Sapphire. HEX triplet: 01, 11 and 51. RGB value is (1,17,81). Sum of RGB (Red+Green+Blue) = 1+17+81=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 81 (32.03% from 255 or 81.82% from 99); Max value from RGB is 81 - color contains mainly: blue. Hex color #011151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011151 is #FEEEAE. Grayscale: #131313. Windows color (decimal): -16707247 or 5312769. OLE color: 5312769.

HSL color Cylindrical-coordinate representation of color #011151: hue angle of 228º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011151 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 17 81 -
CMYK 0.99 0.79 0 0.68
HSL 228º 0.98% 0.16% -
HSV(B) 228º 0.99% 0.32% -
XYZ 1.7 1 7.89 -
YUV 19.51 162.7 114.8 -
System Red Green Blue C M Y K H S L
Decimal 1 17 81 0.99 0.79 0 0.68 228 0.98 0.16
Hex 1 11 51 63 4F 0 44 E4 62 10
Octal 1 21 121 143 117 0 104 344 142 20
Binary 1 10001 1010001 1100011 1001111 0 1000100 11100100 1100010 10000

Color Harmonies of #011151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011151

Black with #011151

Text Example


Text Example

White with #011151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011151; }

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

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

background-color css

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

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

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

border-color css

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

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

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