Shades of Sapphire #01145A
Tints of Sapphire #01145A
RGB
CMYK
RGB Variations
Color information
#01145A (or 0x01145A) is known color: 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
RGB | 1 | 20 | 90 | - |
CMYK | 0.99 | 0.78 | 0 | 0.65 |
HSL | 227.19º | 0.98% | 0.18% | - |
HSV(B) | 227.19º | 0.99% | 0.35% | - |
XYZ | 2.11 | 1.24 | 9.8 | - |
YUV | 22.3 | 166.21 | 112.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 20 | 90 | 0.99 | 0.78 | 0 | 0.65 | 227.19 | 0.98 | 0.18 |
Hex | 1 | 14 | 5A | 63 | 4E | 0 | 41 | E3 | 62 | 12 |
Octal | 1 | 24 | 132 | 143 | 116 | 0 | 101 | 343 | 142 | 22 |
Binary | 1 | 10100 | 1011010 | 1100011 | 1001110 | 0 | 1000001 | 11100011 | 1100010 | 10010 |
Color Harmonies of #01145A
Complementary color
Monochromatic Colors of #01145A
Black with #01145A
Text Example
Text Example
White with #01145A
Text Example
Text Example
HTML Codes & Css Web 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>