#001263

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

Shades of Sapphire #001263

Tints of Sapphire #001263

Color information

#001263 (or 0x001263) is unknown color: approx Sapphire. HEX triplet: 00, 12 and 63. RGB value is (0,18,99). Sum of RGB (Red+Green+Blue) = 0+18+99=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 99 (39.06% from 255 or 84.62% from 117); Max value from RGB is 99 - color contains mainly: blue. Hex color #001263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001263 is #FFED9C. Grayscale: #151515. Windows color (decimal): -16772509 or 6492672. OLE color: 6492672.

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

Color convert

RGB01899-
CMYK10.8200.61
HSL229.09º100%19.41%-
HSV(B)229.09º100%38.82%-
XYZ2.471.3311.93-
YUV21.85171.54112.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 15.38%
BLUE value IS 99 (39.06% from 255) = 84.62%
R=0%
G=15.38%
B=84.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal0189910.8200.61229.0910019.41
Hex01263645203De56413
Octal02214314412207534514423
Binary010010110001111001001010010011110111100101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001263; }

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

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

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

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

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

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

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

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