#001555

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

Shades of Sapphire #001555

Tints of Sapphire #001555

Color information

#001555 (or 0x001555) is unknown color: approx Sapphire. HEX triplet: 00, 15 and 55. RGB value is (0,21,85). Sum of RGB (Red+Green+Blue) = 0+21+85=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 85 (33.59% from 255 or 80.19% from 106); Max value from RGB is 85 - color contains mainly: blue. Hex color #001555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001555 is #FFEAAA. Grayscale: #151515. Windows color (decimal): -16771755 or 5575936. OLE color: 5575936.

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

Color convert

RGB02185-
CMYK10.7500.67
HSL225.18º100%16.67%-
HSV(B)225.18º100%33.33%-
XYZ1.911.198.72-
YUV22.02163.54112.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 19.81%
BLUE value IS 85 (33.59% from 255) = 80.19%
R=0%
G=19.81%
B=80.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0218510.7500.67225.1810016.67
Hex01555644B043e16411
Octal025125144113010334114421
Binary0101011010101110010010010110100001111100001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001555; }

 p { color: rgb(0,21,85); }

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

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

 a { background-color: rgb(0,21,85); }

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

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

 span { border-color: rgb(0,21,85); }

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