#012382

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

Shades of Sapphire #012382

Tints of Sapphire #012382

Color information

#012382 (or 0x012382) is unknown color: approx Sapphire. HEX triplet: 01, 23 and 82. RGB value is (1,35,130). Sum of RGB (Red+Green+Blue) = 1+35+130=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 130 (51.17% from 255 or 78.31% from 166); Max value from RGB is 130 - color contains mainly: blue. Hex color #012382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012382 is #FEDC7D. Grayscale: #232323. Windows color (decimal): -16702590 or 8528641. OLE color: 8528641.

HSL color Cylindrical-coordinate representation of color #012382: hue angle of 224.19º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012382 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB135130-
CMYK0.990.7300.49
HSL224.19º98.47%25.69%-
HSV(B)224.19º99.23%50.98%-
XYZ4.642.8221.42-
YUV35.66181.24103.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 35 (14.06% from 255) = 21.08%
BLUE value IS 130 (51.17% from 255) = 78.31%
R=0.60%
G=21.08%
B=78.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1351300.990.7300.49224.1998.4725.69
Hex123826349031e0621a
Octal14320214311106134014232
Binary11000111000001011000111001001011000111100000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012382; }

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

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

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

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

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

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

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

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