#012351

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

Shades of Sapphire #012351

Tints of Sapphire #012351

Color information

#012351 (or 0x012351) is unknown color: approx Sapphire. HEX triplet: 01, 23 and 51. RGB value is (1,35,81). Sum of RGB (Red+Green+Blue) = 1+35+81=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 81 (32.03% from 255 or 69.23% from 117); Max value from RGB is 81 - color contains mainly: blue. Hex color #012351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012351 is #FEDCAE. Grayscale: #1D1D1D. Windows color (decimal): -16702639 or 5317377. OLE color: 5317377.

HSL color Cylindrical-coordinate representation of color #012351: hue angle of 214.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012351 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB13581-
CMYK0.990.5700.68
HSL214.5º97.56%16.08%-
HSV(B)214.5º98.77%31.76%-
XYZ2.11.88.02-
YUV30.08156.74107.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 81 (32.03% from 255) = 69.23%
R=0.85%
G=29.91%
B=69.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal135810.990.5700.68214.597.5616.08
Hex123516339044d66210
Octal14312114371010432614220
Binary1100011101000111000111110010100010011010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012351; }

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

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

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

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

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

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

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

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