#012352

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

Shades of Sapphire #012352

Tints of Sapphire #012352

Color information

#012352 (or 0x012352) is unknown color: approx Sapphire. HEX triplet: 01, 23 and 52. RGB value is (1,35,82). Sum of RGB (Red+Green+Blue) = 1+35+82=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 82 (32.42% from 255 or 69.49% from 118); Max value from RGB is 82 - color contains mainly: blue. Hex color #012352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012352 is #FEDCAD. Grayscale: #1D1D1D. Windows color (decimal): -16702638 or 5382913. OLE color: 5382913.

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

Color convert

RGB13582-
CMYK0.990.5700.68
HSL214.81º97.59%16.27%-
HSV(B)214.81º98.78%32.16%-
XYZ2.141.828.22-
YUV30.19157.24107.18-

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.66%
BLUE value IS 82 (32.42% from 255) = 69.49%
R=0.85%
G=29.66%
B=69.49%

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
Decimal135820.990.5700.68214.8197.5916.27
Hex123526339044d76210
Octal14312214371010432714220
Binary1100011101001011000111110010100010011010111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012352; }

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

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

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

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

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

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

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

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