Shades of Navy #09067B
Tints of Navy #09067B
RGB
CMYK
RGB Variations
Color information
#09067B (or 0x09067B) is known color: Navy. HEX triplet: 09, 06 and 7B. RGB value is (9,6,123). Sum of RGB (Red+Green+Blue) = 9+6+123=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 123 (48.44% from 255 or 89.13% from 138); Max value from RGB is 123 - color contains mainly: blue. Hex color #09067B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09067B is #F6F984. Grayscale: #131313. Windows color (decimal): -16185733 or 8062473. OLE color: 8062473.
HSL color Cylindrical-coordinate representation of color #09067B: hue angle of 241.54º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09067B is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 6 | 123 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.52 |
| HSL | 241.54º | 0.91% | 0.25% | - |
| HSV(B) | 241.54º | 0.95% | 0.48% | - |
| XYZ | 3.75 | 1.62 | 18.85 | - |
| YUV | 20.24 | 185.99 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 6 | 123 | 0.93 | 0.95 | 0 | 0.52 | 241.54 | 0.91 | 0.25 |
| Hex | 9 | 6 | 7B | 5D | 5F | 0 | 34 | F2 | 5B | 19 |
| Octal | 11 | 6 | 173 | 135 | 137 | 0 | 64 | 362 | 133 | 31 |
| Binary | 1001 | 110 | 1111011 | 1011101 | 1011111 | 0 | 110100 | 11110010 | 1011011 | 11001 |
Color Harmonies of #09067B
Complementary color
Monochromatic Colors of #09067B
Black with #09067B
Text Example
Text Example
White with #09067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09067B; }
p { color: rgb(9,6,123); }
H1.HeaderClassName
{
color: #09067B;
}
.AnyTagClassName
{
color: #09067B;
}
</style>
background-color css
<style>
a { background-color: #09067B; }
a { background-color: rgb(9,6,123); }
div.DivClassName
{
background-color: #09067B;
}
.BgClassName
{
background-color: #09067B;
}
</style>
border-color css
<style>
span { border-color: #09067B; }
span { border-color: rgb(9,6,123); }
td.TdClassName
{
border-color: #09067B;
}
.TagClassName
{
border-color: #09067B;
}
</style>