Shades of Dark Blue #000692
Tints of Dark Blue #000692
RGB
CMYK
RGB Variations
Color information
#000692 (or 0x000692) is known color: Dark Blue. HEX triplet: 00, 06 and 92. RGB value is (0,6,146). Sum of RGB (Red+Green+Blue) = 0+6+146=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 146 (57.42% from 255 or 96.05% from 152); Max value from RGB is 146 - color contains mainly: blue. Hex color #000692 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000692 is #FFF96D. Grayscale: #131313. Windows color (decimal): -16775534 or 9569792. OLE color: 9569792.
HSL color Cylindrical-coordinate representation of color #000692: hue angle of 237.53º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000692 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 6 | 146 | - |
| CMYK | 1 | 0.96 | 0 | 0.43 |
| HSL | 237.53º | 1% | 0.29% | - |
| HSV(B) | 237.53º | 1% | 0.57% | - |
| XYZ | 5.25 | 2.21 | 27.34 | - |
| YUV | 20.17 | 199.01 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 146 | 1 | 0.96 | 0 | 0.43 | 237.53 | 1 | 0.29 |
| Hex | 0 | 6 | 92 | 64 | 60 | 0 | 2B | EE | 64 | 1D |
| Octal | 0 | 6 | 222 | 144 | 140 | 0 | 53 | 356 | 144 | 35 |
| Binary | 0 | 110 | 10010010 | 1100100 | 1100000 | 0 | 101011 | 11101110 | 1100100 | 11101 |
Color Harmonies of #000692
Complementary color
Monochromatic Colors of #000692
Black with #000692
Text Example
Text Example
White with #000692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000692; }
p { color: rgb(0,6,146); }
H1.HeaderClassName
{
color: #000692;
}
.AnyTagClassName
{
color: #000692;
}
</style>
background-color css
<style>
a { background-color: #000692; }
a { background-color: rgb(0,6,146); }
div.DivClassName
{
background-color: #000692;
}
.BgClassName
{
background-color: #000692;
}
</style>
border-color css
<style>
span { border-color: #000692; }
span { border-color: rgb(0,6,146); }
td.TdClassName
{
border-color: #000692;
}
.TagClassName
{
border-color: #000692;
}
</style>