Shades of Navy Blue #1272CE
Tints of Navy Blue #1272CE
RGB
CMYK
RGB Variations
Color information
#1272CE (or 0x1272CE) is known color: Navy Blue. HEX triplet: 12, 72 and CE. RGB value is (18,114,206). Sum of RGB (Red+Green+Blue) = 18+114+206=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #1272CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1272CE is #ED8D31. Grayscale: #5F5F5F. Windows color (decimal): -15568178 or 13529618. OLE color: 13529618.
HSL color Cylindrical-coordinate representation of color #1272CE: hue angle of 209.36º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1272CE is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 114 | 206 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.19 |
| HSL | 209.36º | 0.84% | 0.44% | - |
| HSV(B) | 209.36º | 0.91% | 0.81% | - |
| XYZ | 17.41 | 16.62 | 60.68 | - |
| YUV | 95.78 | 190.2 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 206 | 0.91 | 0.45 | 0 | 0.19 | 209.36 | 0.84 | 0.44 |
| Hex | 12 | 72 | CE | 5B | 2D | 0 | 13 | D1 | 54 | 2C |
| Octal | 22 | 162 | 316 | 133 | 55 | 0 | 23 | 321 | 124 | 54 |
| Binary | 10010 | 1110010 | 11001110 | 1011011 | 101101 | 0 | 10011 | 11010001 | 1010100 | 101100 |
Color Harmonies of #1272CE
Complementary color
Monochromatic Colors of #1272CE
Black with #1272CE
Text Example
Text Example
White with #1272CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1272CE; }
p { color: rgb(18,114,206); }
H1.HeaderClassName
{
color: #1272CE;
}
.AnyTagClassName
{
color: #1272CE;
}
</style>
background-color css
<style>
a { background-color: #1272CE; }
a { background-color: rgb(18,114,206); }
div.DivClassName
{
background-color: #1272CE;
}
.BgClassName
{
background-color: #1272CE;
}
</style>
border-color css
<style>
span { border-color: #1272CE; }
span { border-color: rgb(18,114,206); }
td.TdClassName
{
border-color: #1272CE;
}
.TagClassName
{
border-color: #1272CE;
}
</style>