#001363

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

Shades of Sapphire #001363

Tints of Sapphire #001363

Color information

#001363 (or 0x001363) is unknown color: approx Sapphire. HEX triplet: 00, 13 and 63. RGB value is (0,19,99). Sum of RGB (Red+Green+Blue) = 0+19+99=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 99 (39.06% from 255 or 83.90% from 118); Max value from RGB is 99 - color contains mainly: blue. Hex color #001363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001363 is #FFEC9C. Grayscale: #161616. Windows color (decimal): -16772253 or 6492928. OLE color: 6492928.

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

Color convert

RGB01999-
CMYK10.8100.61
HSL228.48º100%19.41%-
HSV(B)228.48º100%38.82%-
XYZ2.491.3711.94-
YUV22.44171.21112-

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) = 16.10%
BLUE value IS 99 (39.06% from 255) = 83.90%
R=0%
G=16.10%
B=83.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal0199910.8100.61228.4810019.41
Hex01363645103De46413
Octal02314314412107534414423
Binary010011110001111001001010001011110111100100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001363; }

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

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

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

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

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

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

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

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