#01145A

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

Shades of Sapphire #01145A

Tints of Sapphire #01145A

Color information

#01145A (or 0x01145A) is unknown color: approx Sapphire. HEX triplet: 01, 14 and 5A. RGB value is (1,20,90). Sum of RGB (Red+Green+Blue) = 1+20+90=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 90 (35.55% from 255 or 81.08% from 111); Max value from RGB is 90 - color contains mainly: blue. Hex color #01145A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01145A is #FEEBA5. Grayscale: #161616. Windows color (decimal): -16706470 or 5903361. OLE color: 5903361.

HSL color Cylindrical-coordinate representation of color #01145A: hue angle of 227.19º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01145A is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB12090-
CMYK0.990.7800.65
HSL227.19º97.8%17.84%-
HSV(B)227.19º98.89%35.29%-
XYZ2.111.249.8-
YUV22.3166.21112.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 20 (8.20% from 255) = 18.02%
BLUE value IS 90 (35.55% from 255) = 81.08%
R=0.90%
G=18.02%
B=81.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal120900.990.7800.65227.1997.817.84
Hex1145A634E041e36212
Octal124132143116010134314222
Binary1101001011010110001110011100100000111100011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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