Shades of Blue #1923EF
Tints of Blue #1923EF
RGB
CMYK
RGB Variations
Color information
#1923EF (or 0x1923EF) is known color: Blue. HEX triplet: 19, 23 and EF. RGB value is (25,35,239). Sum of RGB (Red+Green+Blue) = 25+35+239=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 239 (93.75% from 255 or 79.93% from 299); Max value from RGB is 239 - color contains mainly: blue. Hex color #1923EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1923EF is #E6DC10. Grayscale: #363636. Windows color (decimal): -15129617 or 15672089. OLE color: 15672089.
HSL color Cylindrical-coordinate representation of color #1923EF: hue angle of 237.2º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1923EF is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 35 | 239 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.06 |
| HSL | 237.2º | 0.87% | 0.52% | - |
| HSV(B) | 237.2º | 0.9% | 0.94% | - |
| XYZ | 16.58 | 7.64 | 82.26 | - |
| YUV | 55.27 | 231.69 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 239 | 0.90 | 0.85 | 0 | 0.06 | 237.2 | 0.87 | 0.52 |
| Hex | 19 | 23 | EF | 5A | 55 | 0 | 6 | ED | 57 | 34 |
| Octal | 31 | 43 | 357 | 132 | 125 | 0 | 6 | 355 | 127 | 64 |
| Binary | 11001 | 100011 | 11101111 | 1011010 | 1010101 | 0 | 110 | 11101101 | 1010111 | 110100 |
Color Harmonies of #1923EF
Complementary color
Monochromatic Colors of #1923EF
Black with #1923EF
Text Example
Text Example
White with #1923EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1923EF; }
p { color: rgb(25,35,239); }
H1.HeaderClassName
{
color: #1923EF;
}
.AnyTagClassName
{
color: #1923EF;
}
</style>
background-color css
<style>
a { background-color: #1923EF; }
a { background-color: rgb(25,35,239); }
div.DivClassName
{
background-color: #1923EF;
}
.BgClassName
{
background-color: #1923EF;
}
</style>
border-color css
<style>
span { border-color: #1923EF; }
span { border-color: rgb(25,35,239); }
td.TdClassName
{
border-color: #1923EF;
}
.TagClassName
{
border-color: #1923EF;
}
</style>