#012A67

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

Shades of Sapphire #012A67

Tints of Sapphire #012A67

Color information

#012A67 (or 0x012A67) is unknown color: approx Sapphire. HEX triplet: 01, 2A and 67. RGB value is (1,42,103). Sum of RGB (Red+Green+Blue) = 1+42+103=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 103 (40.62% from 255 or 70.55% from 146); Max value from RGB is 103 - color contains mainly: blue. Hex color #012A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A67 is #FED598. Grayscale: #242424. Windows color (decimal): -16700825 or 6760961. OLE color: 6760961.

HSL color Cylindrical-coordinate representation of color #012A67: hue angle of 215.88º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012A67 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB142103-
CMYK0.990.5900.60
HSL215.88º98.08%20.39%-
HSV(B)215.88º99.03%40.39%-
XYZ3.292.6413.17-
YUV36.7165.42102.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 42 (16.80% from 255) = 28.77%
BLUE value IS 103 (40.62% from 255) = 70.55%
R=0.68%
G=28.77%
B=70.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1421030.990.5900.60215.8898.0820.39
Hex12A67633B03Cd86214
Octal1521471437307433014224
Binary110101011001111100011111011011110011011000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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