Shades of Astronaut Blue #0F4768
Tints of Astronaut Blue #0F4768
RGB
CMYK
RGB Variations
Color information
#0F4768 (or 0x0F4768) is known color: Astronaut Blue. HEX triplet: 0F, 47 and 68. RGB value is (15,71,104). Sum of RGB (Red+Green+Blue) = 15+71+104=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #0F4768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4768 is #F0B897. Grayscale: #393939. Windows color (decimal): -15775896 or 6833935. OLE color: 6833935.
HSL color Cylindrical-coordinate representation of color #0F4768: hue angle of 202.25º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F4768 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 71 | 104 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.59 |
| HSL | 202.25º | 0.75% | 0.23% | - |
| HSV(B) | 202.25º | 0.86% | 0.41% | - |
| XYZ | 4.95 | 5.61 | 13.92 | - |
| YUV | 58.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 71 | 104 | 0.86 | 0.32 | 0 | 0.59 | 202.25 | 0.75 | 0.23 |
| Hex | F | 47 | 68 | 56 | 20 | 0 | 3B | CA | 4B | 17 |
| Octal | 17 | 107 | 150 | 126 | 40 | 0 | 73 | 312 | 113 | 27 |
| Binary | 1111 | 1000111 | 1101000 | 1010110 | 100000 | 0 | 111011 | 11001010 | 1001011 | 10111 |
Color Harmonies of #0F4768
Complementary color
Monochromatic Colors of #0F4768
Black with #0F4768
Text Example
Text Example
White with #0F4768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4768; }
p { color: rgb(15,71,104); }
H1.HeaderClassName
{
color: #0F4768;
}
.AnyTagClassName
{
color: #0F4768;
}
</style>
background-color css
<style>
a { background-color: #0F4768; }
a { background-color: rgb(15,71,104); }
div.DivClassName
{
background-color: #0F4768;
}
.BgClassName
{
background-color: #0F4768;
}
</style>
border-color css
<style>
span { border-color: #0F4768; }
span { border-color: rgb(15,71,104); }
td.TdClassName
{
border-color: #0F4768;
}
.TagClassName
{
border-color: #0F4768;
}
</style>