#012048

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

Shades of Sapphire #012048

Tints of Sapphire #012048

Color information

#012048 (or 0x012048) is unknown color: approx Sapphire. HEX triplet: 01, 20 and 48. RGB value is (1,32,72). Sum of RGB (Red+Green+Blue) = 1+32+72=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 72 (28.52% from 255 or 68.57% from 105); Max value from RGB is 72 - color contains mainly: blue. Hex color #012048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012048 is #FEDFB7. Grayscale: #1B1B1B. Windows color (decimal): -16703416 or 4726785. OLE color: 4726785.

HSL color Cylindrical-coordinate representation of color #012048: hue angle of 213.8º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012048 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB13272-
CMYK0.990.5600.72
HSL213.8º97.26%14.31%-
HSV(B)213.8º98.61%28.24%-
XYZ1.71.516.33-
YUV27.29153.23109.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 72 (28.52% from 255) = 68.57%
R=0.95%
G=30.48%
B=68.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal132720.990.5600.72213.897.2614.31
Hex120486338048d661e
Octal14011014370011032614116
Binary110000010010001100011111000010010001101011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012048; }

 p { color: rgb(1,32,72); }

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

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

 a { background-color: rgb(1,32,72); }

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

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

 span { border-color: rgb(1,32,72); }

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