Shades of Astronaut Blue #0B425C
Tints of Astronaut Blue #0B425C
RGB
CMYK
RGB Variations
Color information
#0B425C (or 0x0B425C) is known color: Astronaut Blue. HEX triplet: 0B, 42 and 5C. RGB value is (11,66,92). Sum of RGB (Red+Green+Blue) = 11+66+92=169 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.51% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #0B425C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B425C is #F4BDA3. Grayscale: #343434. Windows color (decimal): -16039332 or 6046219. OLE color: 6046219.
HSL color Cylindrical-coordinate representation of color #0B425C: hue angle of 199.26º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B425C is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 66 | 92 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.64 |
| HSL | 199.26º | 0.79% | 0.2% | - |
| HSV(B) | 199.26º | 0.88% | 0.36% | - |
| XYZ | 4.02 | 4.74 | 10.83 | - |
| YUV | 52.52 | 150.28 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 92 | 0.88 | 0.28 | 0 | 0.64 | 199.26 | 0.79 | 0.2 |
| Hex | B | 42 | 5C | 58 | 1C | 0 | 40 | C7 | 4F | 14 |
| Octal | 13 | 102 | 134 | 130 | 34 | 0 | 100 | 307 | 117 | 24 |
| Binary | 1011 | 1000010 | 1011100 | 1011000 | 11100 | 0 | 1000000 | 11000111 | 1001111 | 10100 |
Color Harmonies of #0B425C
Complementary color
Monochromatic Colors of #0B425C
Black with #0B425C
Text Example
Text Example
White with #0B425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B425C; }
p { color: rgb(11,66,92); }
H1.HeaderClassName
{
color: #0B425C;
}
.AnyTagClassName
{
color: #0B425C;
}
</style>
background-color css
<style>
a { background-color: #0B425C; }
a { background-color: rgb(11,66,92); }
div.DivClassName
{
background-color: #0B425C;
}
.BgClassName
{
background-color: #0B425C;
}
</style>
border-color css
<style>
span { border-color: #0B425C; }
span { border-color: rgb(11,66,92); }
td.TdClassName
{
border-color: #0B425C;
}
.TagClassName
{
border-color: #0B425C;
}
</style>