Shades of Blue Whale #0F364B
Tints of Blue Whale #0F364B
RGB
CMYK
RGB Variations
Color information
#0F364B (or 0x0F364B) is known color: Blue Whale. HEX triplet: 0F, 36 and 4B. RGB value is (15,54,75). Sum of RGB (Red+Green+Blue) = 15+54+75=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F364B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F364B is #F0C9B4. Grayscale: #2C2C2C. Windows color (decimal): -15780277 or 4929039. OLE color: 4929039.
HSL color Cylindrical-coordinate representation of color #0F364B: hue angle of 201º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F364B is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 54 | 75 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.71 |
| HSL | 201º | 0.67% | 0.18% | - |
| HSV(B) | 201º | 0.8% | 0.29% | - |
| XYZ | 2.79 | 3.25 | 7.14 | - |
| YUV | 44.73 | 145.08 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 54 | 75 | 0.80 | 0.28 | 0 | 0.71 | 201 | 0.67 | 0.18 |
| Hex | F | 36 | 4B | 50 | 1C | 0 | 47 | C9 | 43 | 12 |
| Octal | 17 | 66 | 113 | 120 | 34 | 0 | 107 | 311 | 103 | 22 |
| Binary | 1111 | 110110 | 1001011 | 1010000 | 11100 | 0 | 1000111 | 11001001 | 1000011 | 10010 |
Color Harmonies of #0F364B
Complementary color
Monochromatic Colors of #0F364B
Black with #0F364B
Text Example
Text Example
White with #0F364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F364B; }
p { color: rgb(15,54,75); }
H1.HeaderClassName
{
color: #0F364B;
}
.AnyTagClassName
{
color: #0F364B;
}
</style>
background-color css
<style>
a { background-color: #0F364B; }
a { background-color: rgb(15,54,75); }
div.DivClassName
{
background-color: #0F364B;
}
.BgClassName
{
background-color: #0F364B;
}
</style>
border-color css
<style>
span { border-color: #0F364B; }
span { border-color: rgb(15,54,75); }
td.TdClassName
{
border-color: #0F364B;
}
.TagClassName
{
border-color: #0F364B;
}
</style>