Shades of Dark Blue #021092
Tints of Dark Blue #021092
RGB
CMYK
RGB Variations
Color information
#021092 (or 0x021092) is known color: Dark Blue. HEX triplet: 02, 10 and 92. RGB value is (2,16,146). Sum of RGB (Red+Green+Blue) = 2+16+146=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 146 (57.42% from 255 or 89.02% from 164); Max value from RGB is 146 - color contains mainly: blue. Hex color #021092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021092 is #FDEF6D. Grayscale: #1A1A1A. Windows color (decimal): -16641902 or 9572354. OLE color: 9572354.
HSL color Cylindrical-coordinate representation of color #021092: hue angle of 234.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021092 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
RGB | 2 | 16 | 146 | - |
CMYK | 0.99 | 0.89 | 0 | 0.43 |
HSL | 234.17º | 0.97% | 0.29% | - |
HSV(B) | 234.17º | 0.99% | 0.57% | - |
XYZ | 5.4 | 2.46 | 27.38 | - |
YUV | 26.63 | 195.36 | 110.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 16 | 146 | 0.99 | 0.89 | 0 | 0.43 | 234.17 | 0.97 | 0.29 |
Hex | 2 | 10 | 92 | 63 | 59 | 0 | 2B | EA | 61 | 1D |
Octal | 2 | 20 | 222 | 143 | 131 | 0 | 53 | 352 | 141 | 35 |
Binary | 10 | 10000 | 10010010 | 1100011 | 1011001 | 0 | 101011 | 11101010 | 1100001 | 11101 |
Color Harmonies of #021092
Complementary color
Monochromatic Colors of #021092
Black with #021092
Text Example
Text Example
White with #021092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021092; }
p { color: rgb(2,16,146); }
H1.HeaderClassName
{
color: #021092;
}
.AnyTagClassName
{
color: #021092;
}
</style>
background-color css
<style>
a { background-color: #021092; }
a { background-color: rgb(2,16,146); }
div.DivClassName
{
background-color: #021092;
}
.BgClassName
{
background-color: #021092;
}
</style>
border-color css
<style>
span { border-color: #021092; }
span { border-color: rgb(2,16,146); }
td.TdClassName
{
border-color: #021092;
}
.TagClassName
{
border-color: #021092;
}
</style>