#010C63

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

Shades of Sapphire #010C63

Tints of Sapphire #010C63

Color information

#010C63 (or 0x010C63) is unknown color: approx Sapphire. HEX triplet: 01, 0C and 63. RGB value is (1,12,99). Sum of RGB (Red+Green+Blue) = 1+12+99=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 99 (39.06% from 255 or 88.39% from 112); Max value from RGB is 99 - color contains mainly: blue. Hex color #010C63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C63 is #FEF39C. Grayscale: #121212. Windows color (decimal): -16708509 or 6491137. OLE color: 6491137.

HSL color Cylindrical-coordinate representation of color #010C63: hue angle of 233.27º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C63 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB11299-
CMYK0.990.8800.61
HSL233.27º98%19.61%-
HSV(B)233.27º98.99%38.82%-
XYZ2.41.1711.9-
YUV18.63173.36115.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 12 (5.08% from 255) = 10.71%
BLUE value IS 99 (39.06% from 255) = 88.39%
R=0.89%
G=10.71%
B=88.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal112990.990.8800.61233.279819.61
Hex1C63635803De96214
Octal11414314313007535114224
Binary11100110001111000111011000011110111101001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010C63; }

 p { color: rgb(1,12,99); }

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

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

 a { background-color: rgb(1,12,99); }

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

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

 span { border-color: rgb(1,12,99); }

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