Shades of Navy #000369
Tints of Navy #000369
RGB
CMYK
RGB Variations
Color information
#000369 (or 0x000369) is known color: Navy. HEX triplet: 00, 03 and 69. RGB value is (0,3,105). Sum of RGB (Red+Green+Blue) = 0+3+105=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 105 (41.41% from 255 or 97.22% from 108); Max value from RGB is 105 - color contains mainly: blue. Hex color #000369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000369 is #FFFC96. Grayscale: #0D0D0D. Windows color (decimal): -16776343 or 6882048. OLE color: 6882048.
HSL color Cylindrical-coordinate representation of color #000369: hue angle of 238.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000369 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 3 | 105 | - |
| CMYK | 1 | 0.97 | 0 | 0.59 |
| HSL | 238.29º | 1% | 0.21% | - |
| HSV(B) | 238.29º | 1% | 0.41% | - |
| XYZ | 2.58 | 1.09 | 13.44 | - |
| YUV | 13.73 | 179.51 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 105 | 1 | 0.97 | 0 | 0.59 | 238.29 | 1 | 0.21 |
| Hex | 0 | 3 | 69 | 64 | 61 | 0 | 3B | EE | 64 | 15 |
| Octal | 0 | 3 | 151 | 144 | 141 | 0 | 73 | 356 | 144 | 25 |
| Binary | 0 | 11 | 1101001 | 1100100 | 1100001 | 0 | 111011 | 11101110 | 1100100 | 10101 |
Color Harmonies of #000369
Complementary color
Monochromatic Colors of #000369
Black with #000369
Text Example
Text Example
White with #000369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000369; }
p { color: rgb(0,3,105); }
H1.HeaderClassName
{
color: #000369;
}
.AnyTagClassName
{
color: #000369;
}
</style>
background-color css
<style>
a { background-color: #000369; }
a { background-color: rgb(0,3,105); }
div.DivClassName
{
background-color: #000369;
}
.BgClassName
{
background-color: #000369;
}
</style>
border-color css
<style>
span { border-color: #000369; }
span { border-color: rgb(0,3,105); }
td.TdClassName
{
border-color: #000369;
}
.TagClassName
{
border-color: #000369;
}
</style>