#001456

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

Shades of Sapphire #001456

Tints of Sapphire #001456

Color information

#001456 (or 0x001456) is unknown color: approx Sapphire. HEX triplet: 00, 14 and 56. RGB value is (0,20,86). Sum of RGB (Red+Green+Blue) = 0+20+86=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 86 (33.98% from 255 or 81.13% from 106); Max value from RGB is 86 - color contains mainly: blue. Hex color #001456 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001456 is #FFEBA9. Grayscale: #151515. Windows color (decimal): -16772010 or 5641216. OLE color: 5641216.

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

Color convert

RGB02086-
CMYK10.7700.66
HSL226.05º100%16.86%-
HSV(B)226.05º100%33.73%-
XYZ1.931.178.93-
YUV21.54164.37112.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 86 (33.98% from 255) = 81.13%
R=0%
G=18.87%
B=81.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal0208610.7700.66226.0510016.86
Hex01456644D042e26411
Octal024126144115010234214421
Binary0101001010110110010010011010100001011100010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001456; }

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

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

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

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

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

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

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

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