Shades of Medium Blue #0902CA
Tints of Medium Blue #0902CA
RGB
CMYK
RGB Variations
Color information
#0902CA (or 0x0902CA) is known color: Medium Blue. HEX triplet: 09, 02 and CA. RGB value is (9,2,202). Sum of RGB (Red+Green+Blue) = 9+2+202=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 202 (79.30% from 255 or 94.84% from 213); Max value from RGB is 202 - color contains mainly: blue. Hex color #0902CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0902CA is #F6FD35. Grayscale: #1A1A1A. Windows color (decimal): -16186678 or 13238793. OLE color: 13238793.
HSL color Cylindrical-coordinate representation of color #0902CA: hue angle of 242.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0902CA is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 2 | 202 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.21 |
| HSL | 242.1º | 0.98% | 0.4% | - |
| HSV(B) | 242.1º | 0.99% | 0.79% | - |
| XYZ | 10.8 | 4.37 | 56.15 | - |
| YUV | 26.89 | 226.82 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 202 | 0.96 | 0.99 | 0 | 0.21 | 242.1 | 0.98 | 0.4 |
| Hex | 9 | 2 | CA | 60 | 63 | 0 | 15 | F2 | 62 | 28 |
| Octal | 11 | 2 | 312 | 140 | 143 | 0 | 25 | 362 | 142 | 50 |
| Binary | 1001 | 10 | 11001010 | 1100000 | 1100011 | 0 | 10101 | 11110010 | 1100010 | 101000 |
Color Harmonies of #0902CA
Complementary color
Monochromatic Colors of #0902CA
Black with #0902CA
Text Example
Text Example
White with #0902CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0902CA; }
p { color: rgb(9,2,202); }
H1.HeaderClassName
{
color: #0902CA;
}
.AnyTagClassName
{
color: #0902CA;
}
</style>
background-color css
<style>
a { background-color: #0902CA; }
a { background-color: rgb(9,2,202); }
div.DivClassName
{
background-color: #0902CA;
}
.BgClassName
{
background-color: #0902CA;
}
</style>
border-color css
<style>
span { border-color: #0902CA; }
span { border-color: rgb(9,2,202); }
td.TdClassName
{
border-color: #0902CA;
}
.TagClassName
{
border-color: #0902CA;
}
</style>