Shades of Dark Blue #000F92
Tints of Dark Blue #000F92
RGB
CMYK
RGB Variations
Color information
#000F92 (or 0x000F92) is known color: Dark Blue. HEX triplet: 00, 0F and 92. RGB value is (0,15,146). Sum of RGB (Red+Green+Blue) = 0+15+146=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 146 (57.42% from 255 or 90.68% from 161); Max value from RGB is 146 - color contains mainly: blue. Hex color #000F92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000F92 is #FFF06D. Grayscale: #181818. Windows color (decimal): -16773230 or 9572096. OLE color: 9572096.
HSL color Cylindrical-coordinate representation of color #000F92: hue angle of 233.84º 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 #000F92 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 15 | 146 | - |
| CMYK | 1 | 0.90 | 0 | 0.43 |
| HSL | 233.84º | 1% | 0.29% | - |
| HSV(B) | 233.84º | 1% | 0.57% | - |
| XYZ | 5.36 | 2.42 | 27.38 | - |
| YUV | 25.45 | 196.03 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 146 | 1 | 0.90 | 0 | 0.43 | 233.84 | 1 | 0.29 |
| Hex | 0 | F | 92 | 64 | 5A | 0 | 2B | EA | 64 | 1D |
| Octal | 0 | 17 | 222 | 144 | 132 | 0 | 53 | 352 | 144 | 35 |
| Binary | 0 | 1111 | 10010010 | 1100100 | 1011010 | 0 | 101011 | 11101010 | 1100100 | 11101 |
Color Harmonies of #000F92
Complementary color
Monochromatic Colors of #000F92
Black with #000F92
Text Example
Text Example
White with #000F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F92; }
p { color: rgb(0,15,146); }
H1.HeaderClassName
{
color: #000F92;
}
.AnyTagClassName
{
color: #000F92;
}
</style>
background-color css
<style>
a { background-color: #000F92; }
a { background-color: rgb(0,15,146); }
div.DivClassName
{
background-color: #000F92;
}
.BgClassName
{
background-color: #000F92;
}
</style>
border-color css
<style>
span { border-color: #000F92; }
span { border-color: rgb(0,15,146); }
td.TdClassName
{
border-color: #000F92;
}
.TagClassName
{
border-color: #000F92;
}
</style>