Shades of Blue #180BEA
Tints of Blue #180BEA
RGB
CMYK
RGB Variations
Color information
#180BEA (or 0x180BEA) is known color: Blue. HEX triplet: 18, 0B and EA. RGB value is (24,11,234). Sum of RGB (Red+Green+Blue) = 24+11+234=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 234 (91.80% from 255 or 86.99% from 269); Max value from RGB is 234 - color contains mainly: blue. Hex color #180BEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180BEA is #E7F415. Grayscale: #272727. Windows color (decimal): -15201302 or 15338264. OLE color: 15338264.
HSL color Cylindrical-coordinate representation of color #180BEA: hue angle of 243.5º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180BEA is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 11 | 234 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.08 |
| HSL | 243.5º | 0.91% | 0.48% | - |
| HSV(B) | 243.5º | 0.95% | 0.92% | - |
| XYZ | 15.35 | 6.37 | 78.26 | - |
| YUV | 40.31 | 237.31 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 234 | 0.90 | 0.95 | 0 | 0.08 | 243.5 | 0.91 | 0.48 |
| Hex | 18 | B | EA | 5A | 5F | 0 | 8 | F3 | 5B | 30 |
| Octal | 30 | 13 | 352 | 132 | 137 | 0 | 10 | 363 | 133 | 60 |
| Binary | 11000 | 1011 | 11101010 | 1011010 | 1011111 | 0 | 1000 | 11110011 | 1011011 | 110000 |
Color Harmonies of #180BEA
Complementary color
Monochromatic Colors of #180BEA
Black with #180BEA
Text Example
Text Example
White with #180BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180BEA; }
p { color: rgb(24,11,234); }
H1.HeaderClassName
{
color: #180BEA;
}
.AnyTagClassName
{
color: #180BEA;
}
</style>
background-color css
<style>
a { background-color: #180BEA; }
a { background-color: rgb(24,11,234); }
div.DivClassName
{
background-color: #180BEA;
}
.BgClassName
{
background-color: #180BEA;
}
</style>
border-color css
<style>
span { border-color: #180BEA; }
span { border-color: rgb(24,11,234); }
td.TdClassName
{
border-color: #180BEA;
}
.TagClassName
{
border-color: #180BEA;
}
</style>