Shades of Blue #092BEA
Tints of Blue #092BEA
RGB
CMYK
RGB Variations
Color information
#092BEA (or 0x092BEA) is known color: Blue. HEX triplet: 09, 2B and EA. RGB value is (9,43,234). Sum of RGB (Red+Green+Blue) = 9+43+234=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 234 (91.80% from 255 or 81.82% from 286); Max value from RGB is 234 - color contains mainly: blue. Hex color #092BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092BEA is #F6D415. Grayscale: #353535. Windows color (decimal): -16176150 or 15346441. OLE color: 15346441.
HSL color Cylindrical-coordinate representation of color #092BEA: hue angle of 230.93º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092BEA is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 43 | 234 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.08 |
| HSL | 230.93º | 0.93% | 0.48% | - |
| HSV(B) | 230.93º | 0.96% | 0.92% | - |
| XYZ | 15.83 | 7.73 | 78.5 | - |
| YUV | 54.61 | 229.24 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 234 | 0.96 | 0.82 | 0 | 0.08 | 230.93 | 0.93 | 0.48 |
| Hex | 9 | 2B | EA | 60 | 52 | 0 | 8 | E7 | 5D | 30 |
| Octal | 11 | 53 | 352 | 140 | 122 | 0 | 10 | 347 | 135 | 60 |
| Binary | 1001 | 101011 | 11101010 | 1100000 | 1010010 | 0 | 1000 | 11100111 | 1011101 | 110000 |
Color Harmonies of #092BEA
Complementary color
Monochromatic Colors of #092BEA
Black with #092BEA
Text Example
Text Example
White with #092BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092BEA; }
p { color: rgb(9,43,234); }
H1.HeaderClassName
{
color: #092BEA;
}
.AnyTagClassName
{
color: #092BEA;
}
</style>
background-color css
<style>
a { background-color: #092BEA; }
a { background-color: rgb(9,43,234); }
div.DivClassName
{
background-color: #092BEA;
}
.BgClassName
{
background-color: #092BEA;
}
</style>
border-color css
<style>
span { border-color: #092BEA; }
span { border-color: rgb(9,43,234); }
td.TdClassName
{
border-color: #092BEA;
}
.TagClassName
{
border-color: #092BEA;
}
</style>