#012363

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

Shades of Sapphire #012363

Tints of Sapphire #012363

Color information

#012363 (or 0x012363) is unknown color: approx Sapphire. HEX triplet: 01, 23 and 63. RGB value is (1,35,99). Sum of RGB (Red+Green+Blue) = 1+35+99=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 99 (39.06% from 255 or 73.33% from 135); Max value from RGB is 99 - color contains mainly: blue. Hex color #012363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012363 is #FEDC9C. Grayscale: #1F1F1F. Windows color (decimal): -16702621 or 6497025. OLE color: 6497025.

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

Color convert

RGB13599-
CMYK0.990.6500.61
HSL219.18º98%19.61%-
HSV(B)219.18º98.99%38.82%-
XYZ2.872.1112.06-
YUV32.13165.74105.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 99 (39.06% from 255) = 73.33%
R=0.74%
G=25.93%
B=73.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal135990.990.6500.61219.189819.61
Hex12363634103Ddb6214
Octal14314314310107533314224
Binary1100011110001111000111000001011110111011011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012363; }

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

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

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

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

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

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

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

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