Shades of Navy Blue #0175C4
Tints of Navy Blue #0175C4
RGB
CMYK
RGB Variations
Color information
#0175C4 (or 0x0175C4) is known color: Navy Blue. HEX triplet: 01, 75 and C4. RGB value is (1,117,196). Sum of RGB (Red+Green+Blue) = 1+117+196=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 196 (76.95% from 255 or 62.42% from 314); Max value from RGB is 196 - color contains mainly: blue. Hex color #0175C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0175C4 is #FE8A3B. Grayscale: #5A5A5A. Windows color (decimal): -16681532 or 12875009. OLE color: 12875009.
HSL color Cylindrical-coordinate representation of color #0175C4: hue angle of 204.31º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0175C4 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 117 | 196 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.23 |
| HSL | 204.31º | 0.99% | 0.39% | - |
| HSV(B) | 204.31º | 0.99% | 0.77% | - |
| XYZ | 16.34 | 16.71 | 54.59 | - |
| YUV | 91.32 | 187.07 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 196 | 0.99 | 0.40 | 0 | 0.23 | 204.31 | 0.99 | 0.39 |
| Hex | 1 | 75 | C4 | 63 | 28 | 0 | 17 | CC | 63 | 27 |
| Octal | 1 | 165 | 304 | 143 | 50 | 0 | 27 | 314 | 143 | 47 |
| Binary | 1 | 1110101 | 11000100 | 1100011 | 101000 | 0 | 10111 | 11001100 | 1100011 | 100111 |
Color Harmonies of #0175C4
Complementary color
Monochromatic Colors of #0175C4
Black with #0175C4
Text Example
Text Example
White with #0175C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0175C4; }
p { color: rgb(1,117,196); }
H1.HeaderClassName
{
color: #0175C4;
}
.AnyTagClassName
{
color: #0175C4;
}
</style>
background-color css
<style>
a { background-color: #0175C4; }
a { background-color: rgb(1,117,196); }
div.DivClassName
{
background-color: #0175C4;
}
.BgClassName
{
background-color: #0175C4;
}
</style>
border-color css
<style>
span { border-color: #0175C4; }
span { border-color: rgb(1,117,196); }
td.TdClassName
{
border-color: #0175C4;
}
.TagClassName
{
border-color: #0175C4;
}
</style>