Shades of Navy Blue #1275CB
Tints of Navy Blue #1275CB
RGB
CMYK
RGB Variations
Color information
#1275CB (or 0x1275CB) is known color: Navy Blue. HEX triplet: 12, 75 and CB. RGB value is (18,117,203). Sum of RGB (Red+Green+Blue) = 18+117+203=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #1275CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1275CB is #ED8A34. Grayscale: #606060. Windows color (decimal): -15567413 or 13333778. OLE color: 13333778.
HSL color Cylindrical-coordinate representation of color #1275CB: hue angle of 207.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1275CB is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 117 | 203 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.20 |
| HSL | 207.89º | 0.84% | 0.43% | - |
| HSV(B) | 207.89º | 0.91% | 0.8% | - |
| XYZ | 17.39 | 17.16 | 58.9 | - |
| YUV | 97.2 | 187.7 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 203 | 0.91 | 0.42 | 0 | 0.20 | 207.89 | 0.84 | 0.43 |
| Hex | 12 | 75 | CB | 5B | 2A | 0 | 14 | D0 | 54 | 2B |
| Octal | 22 | 165 | 313 | 133 | 52 | 0 | 24 | 320 | 124 | 53 |
| Binary | 10010 | 1110101 | 11001011 | 1011011 | 101010 | 0 | 10100 | 11010000 | 1010100 | 101011 |
Color Harmonies of #1275CB
Complementary color
Monochromatic Colors of #1275CB
Black with #1275CB
Text Example
Text Example
White with #1275CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1275CB; }
p { color: rgb(18,117,203); }
H1.HeaderClassName
{
color: #1275CB;
}
.AnyTagClassName
{
color: #1275CB;
}
</style>
background-color css
<style>
a { background-color: #1275CB; }
a { background-color: rgb(18,117,203); }
div.DivClassName
{
background-color: #1275CB;
}
.BgClassName
{
background-color: #1275CB;
}
</style>
border-color css
<style>
span { border-color: #1275CB; }
span { border-color: rgb(18,117,203); }
td.TdClassName
{
border-color: #1275CB;
}
.TagClassName
{
border-color: #1275CB;
}
</style>