Html Css Color HEX #011551 Sapphire

📋 copy color: '#011551'

red 1 ◦ green 21 ◦ blue 81

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

Shades of Sapphire #011551

Tints of Sapphire #011551

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.39%

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

R = 0.97%
G = 20.39%
B = 78.64%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#011551 (or 0x011551) is known color: Sapphire. HEX triplet: 01, 15 and 51. RGB value is (1,21,81). Sum of RGB (Red+Green+Blue) = 1+21+81=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 81 (32.03% from 255 or 78.64% from 103); Max value from RGB is 81 - color contains mainly: blue. Hex color #011551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011551 is #FEEAAE. Grayscale: #151515. Windows color (decimal): -16706223 or 5313793. OLE color: 5313793.

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

Color convert

RGB 1 21 81 -
CMYK 0.99 0.74 0 0.68
HSL 225º 0.98% 0.16% -
HSV(B) 225º 0.99% 0.32% -
XYZ 1.77 1.14 7.91 -
YUV 21.86 161.37 113.12 -
System Red Green Blue C M Y K H S L
Decimal 1 21 81 0.99 0.74 0 0.68 225 0.98 0.16
Hex 1 15 51 63 4A 0 44 E1 62 10
Octal 1 25 121 143 112 0 104 341 142 20
Binary 1 10101 1010001 1100011 1001010 0 1000100 11100001 1100010 10000

Color Harmonies of #011551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011551

Black with #011551

Text Example


Text Example

White with #011551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011551; }

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

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

background-color css

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

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

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

border-color css

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

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

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