#012453

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

Shades of Sapphire #012453

Tints of Sapphire #012453

Color information

#012453 (or 0x012453) is unknown color: approx Sapphire. HEX triplet: 01, 24 and 53. RGB value is (1,36,83). Sum of RGB (Red+Green+Blue) = 1+36+83=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 83 (32.81% from 255 or 69.17% from 120); Max value from RGB is 83 - color contains mainly: blue. Hex color #012453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012453 is #FEDBAC. Grayscale: #1E1E1E. Windows color (decimal): -16702381 or 5448705. OLE color: 5448705.

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

Color convert

RGB13683-
CMYK0.990.5700.67
HSL214.39º97.62%16.47%-
HSV(B)214.39º98.8%32.55%-
XYZ2.21.898.43-
YUV30.89157.4106.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 83 (32.81% from 255) = 69.17%
R=0.83%
G=30%
B=69.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal136830.990.5700.67214.3997.6216.47
Hex124536339043d66210
Octal14412314371010332614220
Binary1100100101001111000111110010100001111010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012453; }

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

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

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

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

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

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

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

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