#012A6F

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

Shades of Sapphire #012A6F

Tints of Sapphire #012A6F

Color information

#012A6F (or 0x012A6F) is unknown color: approx Sapphire. HEX triplet: 01, 2A and 6F. RGB value is (1,42,111). Sum of RGB (Red+Green+Blue) = 1+42+111=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 111 (43.75% from 255 or 72.08% from 154); Max value from RGB is 111 - color contains mainly: blue. Hex color #012A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A6F is #FED590. Grayscale: #252525. Windows color (decimal): -16700817 or 7285249. OLE color: 7285249.

HSL color Cylindrical-coordinate representation of color #012A6F: hue angle of 217.64º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012A6F is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB142111-
CMYK0.990.6200.56
HSL217.64º98.21%21.96%-
HSV(B)217.64º99.1%43.53%-
XYZ3.712.8115.39-
YUV37.61169.42101.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 42 (16.80% from 255) = 27.27%
BLUE value IS 111 (43.75% from 255) = 72.08%
R=0.65%
G=27.27%
B=72.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1421110.990.6200.56217.6498.2121.96
Hex12A6F633E038da6216
Octal1521571437607033214226
Binary110101011011111100011111110011100011011010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,42,111); }

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

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

 a { background-color: rgb(1,42,111); }

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

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

 span { border-color: rgb(1,42,111); }

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