#012452

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

Shades of Sapphire #012452

Tints of Sapphire #012452

Color information

#012452 (or 0x012452) is unknown color: approx Sapphire. HEX triplet: 01, 24 and 52. RGB value is (1,36,82). Sum of RGB (Red+Green+Blue) = 1+36+82=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 82 (32.42% from 255 or 68.91% from 119); Max value from RGB is 82 - color contains mainly: blue. Hex color #012452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012452 is #FEDBAD. Grayscale: #1E1E1E. Windows color (decimal): -16702382 or 5383169. OLE color: 5383169.

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

Color convert

RGB13682-
CMYK0.990.5600.68
HSL214.07º97.59%16.27%-
HSV(B)214.07º98.78%32.16%-
XYZ2.171.888.23-
YUV30.78156.9106.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 36 (14.45% from 255) = 30.25%
BLUE value IS 82 (32.42% from 255) = 68.91%
R=0.84%
G=30.25%
B=68.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal136820.990.5600.68214.0797.5916.27
Hex124526338044d66210
Octal14412214370010432614220
Binary1100100101001011000111110000100010011010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012452; }

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

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

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

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

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

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

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

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