Shades of Navy Blue #015CC3
Tints of Navy Blue #015CC3
RGB
CMYK
RGB Variations
Color information
#015CC3 (or 0x015CC3) is known color: Navy Blue. HEX triplet: 01, 5C and C3. RGB value is (1,92,195). Sum of RGB (Red+Green+Blue) = 1+92+195=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 195 (76.56% from 255 or 67.71% from 288); Max value from RGB is 195 - color contains mainly: blue. Hex color #015CC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CC3 is #FEA33C. Grayscale: #4C4C4C. Windows color (decimal): -16687933 or 12803073. OLE color: 12803073.
HSL color Cylindrical-coordinate representation of color #015CC3: hue angle of 211.86º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015CC3 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 92 | 195 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.24 |
| HSL | 211.86º | 0.99% | 0.38% | - |
| HSV(B) | 211.86º | 0.99% | 0.76% | - |
| XYZ | 13.69 | 11.6 | 53.15 | - |
| YUV | 76.53 | 194.85 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 195 | 0.99 | 0.53 | 0 | 0.24 | 211.86 | 0.99 | 0.38 |
| Hex | 1 | 5C | C3 | 63 | 35 | 0 | 18 | D4 | 63 | 26 |
| Octal | 1 | 134 | 303 | 143 | 65 | 0 | 30 | 324 | 143 | 46 |
| Binary | 1 | 1011100 | 11000011 | 1100011 | 110101 | 0 | 11000 | 11010100 | 1100011 | 100110 |
Color Harmonies of #015CC3
Complementary color
Monochromatic Colors of #015CC3
Black with #015CC3
Text Example
Text Example
White with #015CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015CC3; }
p { color: rgb(1,92,195); }
H1.HeaderClassName
{
color: #015CC3;
}
.AnyTagClassName
{
color: #015CC3;
}
</style>
background-color css
<style>
a { background-color: #015CC3; }
a { background-color: rgb(1,92,195); }
div.DivClassName
{
background-color: #015CC3;
}
.BgClassName
{
background-color: #015CC3;
}
</style>
border-color css
<style>
span { border-color: #015CC3; }
span { border-color: rgb(1,92,195); }
td.TdClassName
{
border-color: #015CC3;
}
.TagClassName
{
border-color: #015CC3;
}
</style>