Shades of Blue #1209FF
Tints of Blue #1209FF
RGB
CMYK
RGB Variations
Color information
#1209FF (or 0x1209FF) is known color: Blue. HEX triplet: 12, 09 and FF. RGB value is (18,9,255). Sum of RGB (Red+Green+Blue) = 18+9+255=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 255 (100% from 255 or 90.43% from 282); Max value from RGB is 255 - color contains mainly: blue. Hex color #1209FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1209FF is #EDF600. Grayscale: #262626. Windows color (decimal): -15595009 or 16714002. OLE color: 16714002.
HSL color Cylindrical-coordinate representation of color #1209FF: hue angle of 242.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1209FF is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 9 | 255 | - |
| CMYK | 0.93 | 0.96 | 0 | 0 |
| HSL | 242.2º | 1% | 0.52% | - |
| HSV(B) | 242.2º | 0.96% | 1% | - |
| XYZ | 18.4 | 7.54 | 95.09 | - |
| YUV | 39.74 | 249.48 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 255 | 0.93 | 0.96 | 0 | 0 | 242.2 | 1 | 0.52 |
| Hex | 12 | 9 | FF | 5D | 60 | 0 | 0 | F2 | 64 | 34 |
| Octal | 22 | 11 | 377 | 135 | 140 | 0 | 0 | 362 | 144 | 64 |
| Binary | 10010 | 1001 | 11111111 | 1011101 | 1100000 | 0 | 0 | 11110010 | 1100100 | 110100 |
Color Harmonies of #1209FF
Complementary color
Monochromatic Colors of #1209FF
Black with #1209FF
Text Example
Text Example
White with #1209FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1209FF; }
p { color: rgb(18,9,255); }
H1.HeaderClassName
{
color: #1209FF;
}
.AnyTagClassName
{
color: #1209FF;
}
</style>
background-color css
<style>
a { background-color: #1209FF; }
a { background-color: rgb(18,9,255); }
div.DivClassName
{
background-color: #1209FF;
}
.BgClassName
{
background-color: #1209FF;
}
</style>
border-color css
<style>
span { border-color: #1209FF; }
span { border-color: rgb(18,9,255); }
td.TdClassName
{
border-color: #1209FF;
}
.TagClassName
{
border-color: #1209FF;
}
</style>