Shades of Navy Blue #1275CA
Tints of Navy Blue #1275CA
RGB
CMYK
RGB Variations
Color information
#1275CA (or 0x1275CA) is known color: Navy Blue. HEX triplet: 12, 75 and CA. RGB value is (18,117,202). Sum of RGB (Red+Green+Blue) = 18+117+202=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #1275CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1275CA is #ED8A35. Grayscale: #606060. Windows color (decimal): -15567414 or 13268242. OLE color: 13268242.
HSL color Cylindrical-coordinate representation of color #1275CA: hue angle of 207.72º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1275CA is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 117 | 202 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.21 |
| HSL | 207.72º | 0.84% | 0.43% | - |
| HSV(B) | 207.72º | 0.91% | 0.79% | - |
| XYZ | 17.27 | 17.12 | 58.27 | - |
| YUV | 97.09 | 187.2 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 202 | 0.91 | 0.42 | 0 | 0.21 | 207.72 | 0.84 | 0.43 |
| Hex | 12 | 75 | CA | 5B | 2A | 0 | 15 | D0 | 54 | 2B |
| Octal | 22 | 165 | 312 | 133 | 52 | 0 | 25 | 320 | 124 | 53 |
| Binary | 10010 | 1110101 | 11001010 | 1011011 | 101010 | 0 | 10101 | 11010000 | 1010100 | 101011 |
Color Harmonies of #1275CA
Complementary color
Monochromatic Colors of #1275CA
Black with #1275CA
Text Example
Text Example
White with #1275CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1275CA; }
p { color: rgb(18,117,202); }
H1.HeaderClassName
{
color: #1275CA;
}
.AnyTagClassName
{
color: #1275CA;
}
</style>
background-color css
<style>
a { background-color: #1275CA; }
a { background-color: rgb(18,117,202); }
div.DivClassName
{
background-color: #1275CA;
}
.BgClassName
{
background-color: #1275CA;
}
</style>
border-color css
<style>
span { border-color: #1275CA; }
span { border-color: rgb(18,117,202); }
td.TdClassName
{
border-color: #1275CA;
}
.TagClassName
{
border-color: #1275CA;
}
</style>