Shades of Medium Blue #0023CB
Tints of Medium Blue #0023CB
RGB
CMYK
RGB Variations
Color information
#0023CB (or 0x0023CB) is known color: Medium Blue. HEX triplet: 00, 23 and CB. RGB value is (0,35,203). Sum of RGB (Red+Green+Blue) = 0+35+203=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 203 (79.69% from 255 or 85.29% from 238); Max value from RGB is 203 - color contains mainly: blue. Hex color #0023CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0023CB is #FFDC34. Grayscale: #2A2A2A. Windows color (decimal): -16768053 or 13312768. OLE color: 13312768.
HSL color Cylindrical-coordinate representation of color #0023CB: hue angle of 229.66º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0023CB is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 35 | 203 | - |
| CMYK | 1 | 0.83 | 0 | 0.20 |
| HSL | 229.66º | 1% | 0.4% | - |
| HSV(B) | 229.66º | 1% | 0.8% | - |
| XYZ | 11.38 | 5.51 | 56.96 | - |
| YUV | 43.69 | 217.9 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 203 | 1 | 0.83 | 0 | 0.20 | 229.66 | 1 | 0.4 |
| Hex | 0 | 23 | CB | 64 | 53 | 0 | 14 | E6 | 64 | 28 |
| Octal | 0 | 43 | 313 | 144 | 123 | 0 | 24 | 346 | 144 | 50 |
| Binary | 0 | 100011 | 11001011 | 1100100 | 1010011 | 0 | 10100 | 11100110 | 1100100 | 101000 |
Color Harmonies of #0023CB
Complementary color
Monochromatic Colors of #0023CB
Black with #0023CB
Text Example
Text Example
White with #0023CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0023CB; }
p { color: rgb(0,35,203); }
H1.HeaderClassName
{
color: #0023CB;
}
.AnyTagClassName
{
color: #0023CB;
}
</style>
background-color css
<style>
a { background-color: #0023CB; }
a { background-color: rgb(0,35,203); }
div.DivClassName
{
background-color: #0023CB;
}
.BgClassName
{
background-color: #0023CB;
}
</style>
border-color css
<style>
span { border-color: #0023CB; }
span { border-color: rgb(0,35,203); }
td.TdClassName
{
border-color: #0023CB;
}
.TagClassName
{
border-color: #0023CB;
}
</style>