Shades of Navy Blue #1775E4
Tints of Navy Blue #1775E4
RGB
CMYK
RGB Variations
Color information
#1775E4 (or 0x1775E4) is known color: Navy Blue. HEX triplet: 17, 75 and E4. RGB value is (23,117,228). Sum of RGB (Red+Green+Blue) = 23+117+228=368 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.25% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 228 (89.45% from 255 or 61.96% from 368); Max value from RGB is 228 - color contains mainly: blue. Hex color #1775E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1775E4 is #E88A1B. Grayscale: #656565. Windows color (decimal): -15239708 or 14972183. OLE color: 14972183.
HSL color Cylindrical-coordinate representation of color #1775E4: hue angle of 212.49º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1775E4 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 117 | 228 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.11 |
| HSL | 212.49º | 0.82% | 0.49% | - |
| HSV(B) | 212.49º | 0.9% | 0.89% | - |
| XYZ | 20.72 | 18.51 | 75.88 | - |
| YUV | 101.55 | 199.36 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 228 | 0.90 | 0.49 | 0 | 0.11 | 212.49 | 0.82 | 0.49 |
| Hex | 17 | 75 | E4 | 5A | 31 | 0 | B | D4 | 52 | 31 |
| Octal | 27 | 165 | 344 | 132 | 61 | 0 | 13 | 324 | 122 | 61 |
| Binary | 10111 | 1110101 | 11100100 | 1011010 | 110001 | 0 | 1011 | 11010100 | 1010010 | 110001 |
Color Harmonies of #1775E4
Complementary color
Monochromatic Colors of #1775E4
Black with #1775E4
Text Example
Text Example
White with #1775E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1775E4; }
p { color: rgb(23,117,228); }
H1.HeaderClassName
{
color: #1775E4;
}
.AnyTagClassName
{
color: #1775E4;
}
</style>
background-color css
<style>
a { background-color: #1775E4; }
a { background-color: rgb(23,117,228); }
div.DivClassName
{
background-color: #1775E4;
}
.BgClassName
{
background-color: #1775E4;
}
</style>
border-color css
<style>
span { border-color: #1775E4; }
span { border-color: rgb(23,117,228); }
td.TdClassName
{
border-color: #1775E4;
}
.TagClassName
{
border-color: #1775E4;
}
</style>