#001856

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

Shades of Sapphire #001856

Tints of Sapphire #001856

Color information

#001856 (or 0x001856) is unknown color: approx Sapphire. HEX triplet: 00, 18 and 56. RGB value is (0,24,86). Sum of RGB (Red+Green+Blue) = 0+24+86=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 86 (33.98% from 255 or 78.18% from 110); Max value from RGB is 86 - color contains mainly: blue. Hex color #001856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001856 is #FFE7A9. Grayscale: #171717. Windows color (decimal): -16770986 or 5642240. OLE color: 5642240.

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

Color convert

RGB02486-
CMYK10.7200.66
HSL223.26º100%16.86%-
HSV(B)223.26º100%33.73%-
XYZ2.011.338.95-
YUV23.89163.05110.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 86 (33.98% from 255) = 78.18%
R=0%
G=21.82%
B=78.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal0248610.7200.66223.2610016.86
Hex018566448042df6411
Octal030126144110010233714421
Binary0110001010110110010010010000100001011011111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001856; }

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

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

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

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

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

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

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

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