#001565

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

Shades of Sapphire #001565

Tints of Sapphire #001565

Color information

#001565 (or 0x001565) is unknown color: approx Sapphire. HEX triplet: 00, 15 and 65. RGB value is (0,21,101). Sum of RGB (Red+Green+Blue) = 0+21+101=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 101 (39.84% from 255 or 82.79% from 122); Max value from RGB is 101 - color contains mainly: blue. Hex color #001565 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001565 is #FFEA9A. Grayscale: #171717. Windows color (decimal): -16771739 or 6624512. OLE color: 6624512.

HSL color Cylindrical-coordinate representation of color #001565: hue angle of 227.52º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001565 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB021101-
CMYK10.7900.60
HSL227.52º100%19.8%-
HSV(B)227.52º100%39.61%-
XYZ2.621.4812.46-
YUV23.84171.54111-

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) = 17.21%
BLUE value IS 101 (39.84% from 255) = 82.79%
R=0%
G=17.21%
B=82.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal02110110.7900.60227.5210019.8
Hex01565644F03Ce46414
Octal02514514411707434414424
Binary010101110010111001001001111011110011100100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001565; }

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

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

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

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

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

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

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

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