#012B7A

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

Shades of Sapphire #012B7A

Tints of Sapphire #012B7A

Color information

#012B7A (or 0x012B7A) is unknown color: approx Sapphire. HEX triplet: 01, 2B and 7A. RGB value is (1,43,122). Sum of RGB (Red+Green+Blue) = 1+43+122=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 122 (48.05% from 255 or 73.49% from 166); Max value from RGB is 122 - color contains mainly: blue. Hex color #012B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B7A is #FED485. Grayscale: #272727. Windows color (decimal): -16700550 or 8006401. OLE color: 8006401.

HSL color Cylindrical-coordinate representation of color #012B7A: hue angle of 219.17º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012B7A is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB143122-
CMYK0.990.6500.52
HSL219.17º98.37%24.12%-
HSV(B)219.17º99.18%47.84%-
XYZ4.393.1418.79-
YUV39.45174.59100.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 122 (48.05% from 255) = 73.49%
R=0.60%
G=25.90%
B=73.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1431220.990.6500.52219.1798.3724.12
Hex12B7A6341034db6218
Octal15317214310106433314230
Binary1101011111101011000111000001011010011011011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012B7A; }

 p { color: rgb(1,43,122); }

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

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

 a { background-color: rgb(1,43,122); }

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

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

 span { border-color: rgb(1,43,122); }

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