#01146A

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

Shades of Sapphire #01146A

Tints of Sapphire #01146A

Color information

#01146A (or 0x01146A) is unknown color: approx Sapphire. HEX triplet: 01, 14 and 6A. RGB value is (1,20,106). Sum of RGB (Red+Green+Blue) = 1+20+106=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 106 (41.80% from 255 or 83.46% from 127); Max value from RGB is 106 - color contains mainly: blue. Hex color #01146A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01146A is #FEEB95. Grayscale: #171717. Windows color (decimal): -16706454 or 6951937. OLE color: 6951937.

HSL color Cylindrical-coordinate representation of color #01146A: hue angle of 229.14º 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 #01146A is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB120106-
CMYK0.990.8100.58
HSL229.14º98.13%20.98%-
HSV(B)229.14º99.06%41.57%-
XYZ2.861.5513.78-
YUV24.12174.21111.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 20 (8.20% from 255) = 15.75%
BLUE value IS 106 (41.80% from 255) = 83.46%
R=0.79%
G=15.75%
B=83.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1201060.990.8100.58229.1498.1320.98
Hex1146A635103Ae56215
Octal12415214312107234514225
Binary110100110101011000111010001011101011100101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01146A; }

 p { color: rgb(1,20,106); }

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

<style>
 a { background-color: #01146A; }

 a { background-color: rgb(1,20,106); }

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

<style>
 span { border-color: #01146A; }

 span { border-color: rgb(1,20,106); }

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