#001056

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

Shades of Sapphire #001056

Tints of Sapphire #001056

Color information

#001056 (or 0x001056) is unknown color: approx Sapphire. HEX triplet: 00, 10 and 56. RGB value is (0,16,86). Sum of RGB (Red+Green+Blue) = 0+16+86=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 86 (33.98% from 255 or 84.31% from 102); Max value from RGB is 86 - color contains mainly: blue. Hex color #001056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001056 is #FFEFA9. Grayscale: #121212. Windows color (decimal): -16773034 or 5640192. OLE color: 5640192.

HSL color Cylindrical-coordinate representation of color #001056: hue angle of 228.84º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001056 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB01686-
CMYK10.8100.66
HSL228.84º100%16.86%-
HSV(B)228.84º100%33.73%-
XYZ1.871.048.91-
YUV19.2165.7114.31-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 15.69%
BLUE value IS 86 (33.98% from 255) = 84.31%
R=0%
G=15.69%
B=84.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal0168610.8100.66228.8410016.86
Hex010566451042e56411
Octal020126144121010234514421
Binary0100001010110110010010100010100001011100101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001056; }

 p { color: rgb(0,16,86); }

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

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

 a { background-color: rgb(0,16,86); }

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

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

 span { border-color: rgb(0,16,86); }

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