Shades of Blue #0006FC
Tints of Blue #0006FC
RGB
CMYK
RGB Variations
Color information
#0006FC (or 0x0006FC) is known color: Blue. HEX triplet: 00, 06 and FC. RGB value is (0,6,252). Sum of RGB (Red+Green+Blue) = 0+6+252=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 252 (98.83% from 255 or 97.67% from 258); Max value from RGB is 252 - color contains mainly: blue. Hex color #0006FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0006FC is #FFF903. Grayscale: #1F1F1F. Windows color (decimal): -16775428 or 16516608. OLE color: 16516608.
HSL color Cylindrical-coordinate representation of color #0006FC: hue angle of 238.57º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0006FC is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 6 | 252 | - |
| CMYK | 1 | 0.98 | 0 | 0.01 |
| HSL | 238.57º | 1% | 0.49% | - |
| HSV(B) | 238.57º | 1% | 0.99% | - |
| XYZ | 17.64 | 7.16 | 92.55 | - |
| YUV | 32.25 | 252.01 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 252 | 1 | 0.98 | 0 | 0.01 | 238.57 | 1 | 0.49 |
| Hex | 0 | 6 | FC | 64 | 62 | 0 | 1 | EF | 64 | 31 |
| Octal | 0 | 6 | 374 | 144 | 142 | 0 | 1 | 357 | 144 | 61 |
| Binary | 0 | 110 | 11111100 | 1100100 | 1100010 | 0 | 1 | 11101111 | 1100100 | 110001 |
Color Harmonies of #0006FC
Complementary color
Monochromatic Colors of #0006FC
Black with #0006FC
Text Example
Text Example
White with #0006FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0006FC; }
p { color: rgb(0,6,252); }
H1.HeaderClassName
{
color: #0006FC;
}
.AnyTagClassName
{
color: #0006FC;
}
</style>
background-color css
<style>
a { background-color: #0006FC; }
a { background-color: rgb(0,6,252); }
div.DivClassName
{
background-color: #0006FC;
}
.BgClassName
{
background-color: #0006FC;
}
</style>
border-color css
<style>
span { border-color: #0006FC; }
span { border-color: rgb(0,6,252); }
td.TdClassName
{
border-color: #0006FC;
}
.TagClassName
{
border-color: #0006FC;
}
</style>