#012360

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

Shades of Sapphire #012360

Tints of Sapphire #012360

Color information

#012360 (or 0x012360) is unknown color: approx Sapphire. HEX triplet: 01, 23 and 60. RGB value is (1,35,96). Sum of RGB (Red+Green+Blue) = 1+35+96=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #012360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012360 is #FEDC9F. Grayscale: #1F1F1F. Windows color (decimal): -16702624 or 6300417. OLE color: 6300417.

HSL color Cylindrical-coordinate representation of color #012360: hue angle of 218.53º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012360 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB13596-
CMYK0.990.6400.62
HSL218.53º97.94%19.02%-
HSV(B)218.53º98.96%37.65%-
XYZ2.722.0511.32-
YUV31.79164.24106.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 35 (14.06% from 255) = 26.52%
BLUE value IS 96 (37.89% from 255) = 72.73%
R=0.76%
G=26.52%
B=72.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal135960.990.6400.62218.5397.9419.02
Hex12360634003Edb6213
Octal14314014310007633314223
Binary1100011110000011000111000000011111011011011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012360; }

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

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

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

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

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

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

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

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