#012A7B

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

Shades of Sapphire #012A7B

Tints of Sapphire #012A7B

Color information

#012A7B (or 0x012A7B) is unknown color: approx Sapphire. HEX triplet: 01, 2A and 7B. RGB value is (1,42,123). Sum of RGB (Red+Green+Blue) = 1+42+123=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 123 (48.44% from 255 or 74.10% from 166); Max value from RGB is 123 - color contains mainly: blue. Hex color #012A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A7B is #FED584. Grayscale: #262626. Windows color (decimal): -16700805 or 8071681. OLE color: 8071681.

HSL color Cylindrical-coordinate representation of color #012A7B: hue angle of 219.84º 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 #012A7B is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB142123-
CMYK0.990.6600.52
HSL219.84º98.39%24.31%-
HSV(B)219.84º99.19%48.24%-
XYZ4.423.0919.1-
YUV38.98175.42100.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 42 (16.80% from 255) = 25.30%
BLUE value IS 123 (48.44% from 255) = 74.10%
R=0.60%
G=25.30%
B=74.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1421230.990.6600.52219.8498.3924.31
Hex12A7B6342034dc6218
Octal15217314310206433414230
Binary1101010111101111000111000010011010011011100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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