#001551

Color #001551 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #001551

Tints of Sapphire #001551

Color information

#001551 (or 0x001551) is unknown color: approx Sapphire. HEX triplet: 00, 15 and 51. RGB value is (0,21,81). Sum of RGB (Red+Green+Blue) = 0+21+81=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 81 (32.03% from 255 or 79.41% from 102); Max value from RGB is 81 - color contains mainly: blue. Hex color #001551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001551 is #FFEAAE. Grayscale: #151515. Windows color (decimal): -16771759 or 5313792. OLE color: 5313792.

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

Color convert

RGB02181-
CMYK10.7400.68
HSL224.44º100%15.88%-
HSV(B)224.44º100%31.76%-
XYZ1.751.137.91-
YUV21.56161.54112.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 20.59%
BLUE value IS 81 (32.03% from 255) = 79.41%
R=0%
G=20.59%
B=79.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0218110.7400.68224.4410015.88
Hex01551644A044e06410
Octal025121144112010434014420
Binary0101011010001110010010010100100010011100000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001551; }

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

 H1.HeaderClassName
 {
   color: #001551;
 }
 .AnyTagClassName
 {
   color: #001551;
 }
</style>
background-color css

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

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

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

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

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

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