Shades of Medium Blue #0008CA
Tints of Medium Blue #0008CA
RGB
CMYK
RGB Variations
Color information
#0008CA (or 0x0008CA) is known color: Medium Blue. HEX triplet: 00, 08 and CA. RGB value is (0,8,202). Sum of RGB (Red+Green+Blue) = 0+8+202=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 202 (79.30% from 255 or 96.19% from 210); Max value from RGB is 202 - color contains mainly: blue. Hex color #0008CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0008CA is #FFF735. Grayscale: #1A1A1A. Windows color (decimal): -16774966 or 13240320. OLE color: 13240320.
HSL color Cylindrical-coordinate representation of color #0008CA: hue angle of 237.62º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0008CA is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 8 | 202 | - |
| CMYK | 1 | 0.96 | 0 | 0.21 |
| HSL | 237.62º | 1% | 0.4% | - |
| HSV(B) | 237.62º | 1% | 0.79% | - |
| XYZ | 10.75 | 4.44 | 56.17 | - |
| YUV | 27.72 | 226.35 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 202 | 1 | 0.96 | 0 | 0.21 | 237.62 | 1 | 0.4 |
| Hex | 0 | 8 | CA | 64 | 60 | 0 | 15 | EE | 64 | 28 |
| Octal | 0 | 10 | 312 | 144 | 140 | 0 | 25 | 356 | 144 | 50 |
| Binary | 0 | 1000 | 11001010 | 1100100 | 1100000 | 0 | 10101 | 11101110 | 1100100 | 101000 |
Color Harmonies of #0008CA
Complementary color
Monochromatic Colors of #0008CA
Black with #0008CA
Text Example
Text Example
White with #0008CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0008CA; }
p { color: rgb(0,8,202); }
H1.HeaderClassName
{
color: #0008CA;
}
.AnyTagClassName
{
color: #0008CA;
}
</style>
background-color css
<style>
a { background-color: #0008CA; }
a { background-color: rgb(0,8,202); }
div.DivClassName
{
background-color: #0008CA;
}
.BgClassName
{
background-color: #0008CA;
}
</style>
border-color css
<style>
span { border-color: #0008CA; }
span { border-color: rgb(0,8,202); }
td.TdClassName
{
border-color: #0008CA;
}
.TagClassName
{
border-color: #0008CA;
}
</style>