Shades of Astronaut Blue #0F435C
Tints of Astronaut Blue #0F435C
RGB
CMYK
RGB Variations
Color information
#0F435C (or 0x0F435C) is known color: Astronaut Blue. HEX triplet: 0F, 43 and 5C. RGB value is (15,67,92). Sum of RGB (Red+Green+Blue) = 15+67+92=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #0F435C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F435C is #F0BCA3. Grayscale: #363636. Windows color (decimal): -15776932 or 6046479. OLE color: 6046479.
HSL color Cylindrical-coordinate representation of color #0F435C: hue angle of 199.48º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F435C is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 67 | 92 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.64 |
| HSL | 199.48º | 0.72% | 0.21% | - |
| HSV(B) | 199.48º | 0.84% | 0.36% | - |
| XYZ | 4.14 | 4.89 | 10.85 | - |
| YUV | 54.3 | 149.27 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 67 | 92 | 0.84 | 0.27 | 0 | 0.64 | 199.48 | 0.72 | 0.21 |
| Hex | F | 43 | 5C | 54 | 1B | 0 | 40 | C7 | 48 | 15 |
| Octal | 17 | 103 | 134 | 124 | 33 | 0 | 100 | 307 | 110 | 25 |
| Binary | 1111 | 1000011 | 1011100 | 1010100 | 11011 | 0 | 1000000 | 11000111 | 1001000 | 10101 |
Color Harmonies of #0F435C
Complementary color
Monochromatic Colors of #0F435C
Black with #0F435C
Text Example
Text Example
White with #0F435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F435C; }
p { color: rgb(15,67,92); }
H1.HeaderClassName
{
color: #0F435C;
}
.AnyTagClassName
{
color: #0F435C;
}
</style>
background-color css
<style>
a { background-color: #0F435C; }
a { background-color: rgb(15,67,92); }
div.DivClassName
{
background-color: #0F435C;
}
.BgClassName
{
background-color: #0F435C;
}
</style>
border-color css
<style>
span { border-color: #0F435C; }
span { border-color: rgb(15,67,92); }
td.TdClassName
{
border-color: #0F435C;
}
.TagClassName
{
border-color: #0F435C;
}
</style>