#012A6B

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

Shades of Sapphire #012A6B

Tints of Sapphire #012A6B

Color information

#012A6B (or 0x012A6B) is unknown color: approx Sapphire. HEX triplet: 01, 2A and 6B. RGB value is (1,42,107). Sum of RGB (Red+Green+Blue) = 1+42+107=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 107 (42.19% from 255 or 71.33% from 150); Max value from RGB is 107 - color contains mainly: blue. Hex color #012A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A6B is #FED594. Grayscale: #242424. Windows color (decimal): -16700821 or 7023105. OLE color: 7023105.

HSL color Cylindrical-coordinate representation of color #012A6B: hue angle of 216.79º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012A6B is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB142107-
CMYK0.990.6100.58
HSL216.79º98.15%21.18%-
HSV(B)216.79º99.07%41.96%-
XYZ3.492.7214.25-
YUV37.15167.42102.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 42 (16.80% from 255) = 28%
BLUE value IS 107 (42.19% from 255) = 71.33%
R=0.67%
G=28%
B=71.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1421070.990.6100.58216.7998.1521.18
Hex12A6B633D03Ad96215
Octal1521531437507233114225
Binary110101011010111100011111101011101011011001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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