#001860

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

Shades of Sapphire #001860

Tints of Sapphire #001860

Color information

#001860 (or 0x001860) is unknown color: approx Sapphire. HEX triplet: 00, 18 and 60. RGB value is (0,24,96). Sum of RGB (Red+Green+Blue) = 0+24+96=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 96 (37.89% from 255 or 80% from 120); Max value from RGB is 96 - color contains mainly: blue. Hex color #001860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001860 is #FFE79F. Grayscale: #181818. Windows color (decimal): -16770976 or 6297600. OLE color: 6297600.

HSL color Cylindrical-coordinate representation of color #001860: hue angle of 225º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001860 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB02496-
CMYK10.7500.62
HSL225º100%18.82%-
HSV(B)225º100%37.65%-
XYZ2.441.511.23-
YUV25.03168.05110.15-

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) = 20%
BLUE value IS 96 (37.89% from 255) = 80%
R=0%
G=20%
B=80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0249610.7500.6222510018.82
Hex01860644B03Ee16413
Octal03014014411307634114423
Binary011000110000011001001001011011111011100001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001860; }

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

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

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

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

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

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

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

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