Shades of Regal Blue #144265
Tints of Regal Blue #144265
RGB
CMYK
RGB Variations
Color information
#144265 (or 0x144265) is known color: Regal Blue. HEX triplet: 14, 42 and 65. RGB value is (20,66,101). Sum of RGB (Red+Green+Blue) = 20+66+101=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #144265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144265 is #EBBD9A. Grayscale: #383838. Windows color (decimal): -15449499 or 6636052. OLE color: 6636052.
HSL color Cylindrical-coordinate representation of color #144265: hue angle of 205.93º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144265 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 66 | 101 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.60 |
| HSL | 205.93º | 0.67% | 0.24% | - |
| HSV(B) | 205.93º | 0.8% | 0.4% | - |
| XYZ | 4.59 | 4.98 | 13.03 | - |
| YUV | 56.24 | 153.26 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 101 | 0.80 | 0.35 | 0 | 0.60 | 205.93 | 0.67 | 0.24 |
| Hex | 14 | 42 | 65 | 50 | 23 | 0 | 3C | CE | 43 | 18 |
| Octal | 24 | 102 | 145 | 120 | 43 | 0 | 74 | 316 | 103 | 30 |
| Binary | 10100 | 1000010 | 1100101 | 1010000 | 100011 | 0 | 111100 | 11001110 | 1000011 | 11000 |
Color Harmonies of #144265
Complementary color
Monochromatic Colors of #144265
Black with #144265
Text Example
Text Example
White with #144265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144265; }
p { color: rgb(20,66,101); }
H1.HeaderClassName
{
color: #144265;
}
.AnyTagClassName
{
color: #144265;
}
</style>
background-color css
<style>
a { background-color: #144265; }
a { background-color: rgb(20,66,101); }
div.DivClassName
{
background-color: #144265;
}
.BgClassName
{
background-color: #144265;
}
</style>
border-color css
<style>
span { border-color: #144265; }
span { border-color: rgb(20,66,101); }
td.TdClassName
{
border-color: #144265;
}
.TagClassName
{
border-color: #144265;
}
</style>