Shades of Navy Blue #1275E6
Tints of Navy Blue #1275E6
RGB
CMYK
RGB Variations
Color information
#1275E6 (or 0x1275E6) is known color: Navy Blue. HEX triplet: 12, 75 and E6. RGB value is (18,117,230). Sum of RGB (Red+Green+Blue) = 18+117+230=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 230 (90.23% from 255 or 63.01% from 365); Max value from RGB is 230 - color contains mainly: blue. Hex color #1275E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1275E6 is #ED8A19. Grayscale: #636363. Windows color (decimal): -15567386 or 15103250. OLE color: 15103250.
HSL color Cylindrical-coordinate representation of color #1275E6: hue angle of 211.98º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1275E6 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 117 | 230 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.10 |
| HSL | 211.98º | 0.85% | 0.49% | - |
| HSV(B) | 211.98º | 0.92% | 0.9% | - |
| XYZ | 20.89 | 18.56 | 77.34 | - |
| YUV | 100.28 | 201.2 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 230 | 0.92 | 0.49 | 0 | 0.10 | 211.98 | 0.85 | 0.49 |
| Hex | 12 | 75 | E6 | 5C | 31 | 0 | A | D4 | 55 | 31 |
| Octal | 22 | 165 | 346 | 134 | 61 | 0 | 12 | 324 | 125 | 61 |
| Binary | 10010 | 1110101 | 11100110 | 1011100 | 110001 | 0 | 1010 | 11010100 | 1010101 | 110001 |
Color Harmonies of #1275E6
Complementary color
Monochromatic Colors of #1275E6
Black with #1275E6
Text Example
Text Example
White with #1275E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1275E6; }
p { color: rgb(18,117,230); }
H1.HeaderClassName
{
color: #1275E6;
}
.AnyTagClassName
{
color: #1275E6;
}
</style>
background-color css
<style>
a { background-color: #1275E6; }
a { background-color: rgb(18,117,230); }
div.DivClassName
{
background-color: #1275E6;
}
.BgClassName
{
background-color: #1275E6;
}
</style>
border-color css
<style>
span { border-color: #1275E6; }
span { border-color: rgb(18,117,230); }
td.TdClassName
{
border-color: #1275E6;
}
.TagClassName
{
border-color: #1275E6;
}
</style>