Shades of Navy Blue #097BCA
Tints of Navy Blue #097BCA
RGB
CMYK
RGB Variations
Color information
#097BCA (or 0x097BCA) is known color: Navy Blue. HEX triplet: 09, 7B and CA. RGB value is (9,123,202). Sum of RGB (Red+Green+Blue) = 9+123+202=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #097BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097BCA is #F68435. Grayscale: #616161. Windows color (decimal): -16155702 or 13269769. OLE color: 13269769.
HSL color Cylindrical-coordinate representation of color #097BCA: hue angle of 204.56º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097BCA is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 123 | 202 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.21 |
| HSL | 204.56º | 0.91% | 0.41% | - |
| HSV(B) | 204.56º | 0.96% | 0.79% | - |
| XYZ | 17.86 | 18.49 | 58.5 | - |
| YUV | 97.92 | 186.73 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 202 | 0.96 | 0.39 | 0 | 0.21 | 204.56 | 0.91 | 0.41 |
| Hex | 9 | 7B | CA | 60 | 27 | 0 | 15 | CD | 5B | 29 |
| Octal | 11 | 173 | 312 | 140 | 47 | 0 | 25 | 315 | 133 | 51 |
| Binary | 1001 | 1111011 | 11001010 | 1100000 | 100111 | 0 | 10101 | 11001101 | 1011011 | 101001 |
Color Harmonies of #097BCA
Complementary color
Monochromatic Colors of #097BCA
Black with #097BCA
Text Example
Text Example
White with #097BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BCA; }
p { color: rgb(9,123,202); }
H1.HeaderClassName
{
color: #097BCA;
}
.AnyTagClassName
{
color: #097BCA;
}
</style>
background-color css
<style>
a { background-color: #097BCA; }
a { background-color: rgb(9,123,202); }
div.DivClassName
{
background-color: #097BCA;
}
.BgClassName
{
background-color: #097BCA;
}
</style>
border-color css
<style>
span { border-color: #097BCA; }
span { border-color: rgb(9,123,202); }
td.TdClassName
{
border-color: #097BCA;
}
.TagClassName
{
border-color: #097BCA;
}
</style>