#000551

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

Shades of Sapphire #000551

Tints of Sapphire #000551

Color information

#000551 (or 0x000551) is unknown color: approx Sapphire. HEX triplet: 00, 05 and 51. RGB value is (0,5,81). Sum of RGB (Red+Green+Blue) = 0+5+81=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 81 (32.03% from 255 or 94.19% from 86); Max value from RGB is 81 - color contains mainly: blue. Hex color #000551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000551 is #FFFAAE. Grayscale: #0B0B0B. Windows color (decimal): -16775855 or 5309696. OLE color: 5309696.

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

Color convert

RGB0581-
CMYK10.9400.68
HSL236.3º100%15.88%-
HSV(B)236.3º100%31.76%-
XYZ1.540.77.84-
YUV12.17166.84119.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 5.81%
BLUE value IS 81 (32.03% from 255) = 94.19%
R=0%
G=5.81%
B=94.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal058110.9400.68236.310015.88
Hex0551645E044ec6410
Octal05121144136010435414420
Binary01011010001110010010111100100010011101100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000551; }

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

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

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

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

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

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

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

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