Shades of Navy Blue #097DC3
Tints of Navy Blue #097DC3
RGB
CMYK
RGB Variations
Color information
#097DC3 (or 0x097DC3) is known color: Navy Blue. HEX triplet: 09, 7D and C3. RGB value is (9,125,195). Sum of RGB (Red+Green+Blue) = 9+125+195=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 195 (76.56% from 255 or 59.27% from 329); Max value from RGB is 195 - color contains mainly: blue. Hex color #097DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DC3 is #F6823C. Grayscale: #616161. Windows color (decimal): -16155197 or 12811529. OLE color: 12811529.
HSL color Cylindrical-coordinate representation of color #097DC3: hue angle of 202.58º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097DC3 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 125 | 195 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.24 |
| HSL | 202.58º | 0.91% | 0.4% | - |
| HSV(B) | 202.58º | 0.95% | 0.76% | - |
| XYZ | 17.3 | 18.67 | 54.32 | - |
| YUV | 98.3 | 182.57 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 195 | 0.95 | 0.36 | 0 | 0.24 | 202.58 | 0.91 | 0.4 |
| Hex | 9 | 7D | C3 | 5F | 24 | 0 | 18 | CB | 5B | 28 |
| Octal | 11 | 175 | 303 | 137 | 44 | 0 | 30 | 313 | 133 | 50 |
| Binary | 1001 | 1111101 | 11000011 | 1011111 | 100100 | 0 | 11000 | 11001011 | 1011011 | 101000 |
Color Harmonies of #097DC3
Complementary color
Monochromatic Colors of #097DC3
Black with #097DC3
Text Example
Text Example
White with #097DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097DC3; }
p { color: rgb(9,125,195); }
H1.HeaderClassName
{
color: #097DC3;
}
.AnyTagClassName
{
color: #097DC3;
}
</style>
background-color css
<style>
a { background-color: #097DC3; }
a { background-color: rgb(9,125,195); }
div.DivClassName
{
background-color: #097DC3;
}
.BgClassName
{
background-color: #097DC3;
}
</style>
border-color css
<style>
span { border-color: #097DC3; }
span { border-color: rgb(9,125,195); }
td.TdClassName
{
border-color: #097DC3;
}
.TagClassName
{
border-color: #097DC3;
}
</style>