Shades of Navy Blue #1275CE
Tints of Navy Blue #1275CE
RGB
CMYK
RGB Variations
Color information
#1275CE (or 0x1275CE) is known color: Navy Blue. HEX triplet: 12, 75 and CE. RGB value is (18,117,206). Sum of RGB (Red+Green+Blue) = 18+117+206=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #1275CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1275CE is #ED8A31. Grayscale: #616161. Windows color (decimal): -15567410 or 13530386. OLE color: 13530386.
HSL color Cylindrical-coordinate representation of color #1275CE: hue angle of 208.4º 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 #1275CE is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 117 | 206 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.19 |
| HSL | 208.4º | 0.84% | 0.44% | - |
| HSV(B) | 208.4º | 0.91% | 0.81% | - |
| XYZ | 17.75 | 17.31 | 60.8 | - |
| YUV | 97.55 | 189.2 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 206 | 0.91 | 0.43 | 0 | 0.19 | 208.4 | 0.84 | 0.44 |
| Hex | 12 | 75 | CE | 5B | 2B | 0 | 13 | D0 | 54 | 2C |
| Octal | 22 | 165 | 316 | 133 | 53 | 0 | 23 | 320 | 124 | 54 |
| Binary | 10010 | 1110101 | 11001110 | 1011011 | 101011 | 0 | 10011 | 11010000 | 1010100 | 101100 |
Color Harmonies of #1275CE
Complementary color
Monochromatic Colors of #1275CE
Black with #1275CE
Text Example
Text Example
White with #1275CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1275CE; }
p { color: rgb(18,117,206); }
H1.HeaderClassName
{
color: #1275CE;
}
.AnyTagClassName
{
color: #1275CE;
}
</style>
background-color css
<style>
a { background-color: #1275CE; }
a { background-color: rgb(18,117,206); }
div.DivClassName
{
background-color: #1275CE;
}
.BgClassName
{
background-color: #1275CE;
}
</style>
border-color css
<style>
span { border-color: #1275CE; }
span { border-color: rgb(18,117,206); }
td.TdClassName
{
border-color: #1275CE;
}
.TagClassName
{
border-color: #1275CE;
}
</style>