#001365

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

Shades of Sapphire #001365

Tints of Sapphire #001365

Color information

#001365 (or 0x001365) is unknown color: approx Sapphire. HEX triplet: 00, 13 and 65. RGB value is (0,19,101). Sum of RGB (Red+Green+Blue) = 0+19+101=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 101 (39.84% from 255 or 84.17% from 120); Max value from RGB is 101 - color contains mainly: blue. Hex color #001365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001365 is #FFEC9A. Grayscale: #161616. Windows color (decimal): -16772251 or 6624000. OLE color: 6624000.

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

Color convert

RGB019101-
CMYK10.8100.60
HSL228.71º100%19.8%-
HSV(B)228.71º100%39.61%-
XYZ2.581.4112.45-
YUV22.67172.21111.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 101 (39.84% from 255) = 84.17%
R=0%
G=15.83%
B=84.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal01910110.8100.60228.7110019.8
Hex01365645103Ce56414
Octal02314514412107434514424
Binary010011110010111001001010001011110011100101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001365; }

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

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

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

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

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

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

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

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