Shades of Blue Whale #0F354B
Tints of Blue Whale #0F354B
RGB
CMYK
RGB Variations
Color information
#0F354B (or 0x0F354B) is known color: Blue Whale. HEX triplet: 0F, 35 and 4B. RGB value is (15,53,75). Sum of RGB (Red+Green+Blue) = 15+53+75=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F354B is #F0CAB4. Grayscale: #2C2C2C. Windows color (decimal): -15780533 or 4928783. OLE color: 4928783.
HSL color Cylindrical-coordinate representation of color #0F354B: hue angle of 202º 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 #0F354B is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 53 | 75 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.71 |
| HSL | 202º | 0.67% | 0.18% | - |
| HSV(B) | 202º | 0.8% | 0.29% | - |
| XYZ | 2.74 | 3.16 | 7.12 | - |
| YUV | 44.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 75 | 0.80 | 0.29 | 0 | 0.71 | 202 | 0.67 | 0.18 |
| Hex | F | 35 | 4B | 50 | 1D | 0 | 47 | CA | 43 | 12 |
| Octal | 17 | 65 | 113 | 120 | 35 | 0 | 107 | 312 | 103 | 22 |
| Binary | 1111 | 110101 | 1001011 | 1010000 | 11101 | 0 | 1000111 | 11001010 | 1000011 | 10010 |
Color Harmonies of #0F354B
Complementary color
Monochromatic Colors of #0F354B
Black with #0F354B
Text Example
Text Example
White with #0F354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F354B; }
p { color: rgb(15,53,75); }
H1.HeaderClassName
{
color: #0F354B;
}
.AnyTagClassName
{
color: #0F354B;
}
</style>
background-color css
<style>
a { background-color: #0F354B; }
a { background-color: rgb(15,53,75); }
div.DivClassName
{
background-color: #0F354B;
}
.BgClassName
{
background-color: #0F354B;
}
</style>
border-color css
<style>
span { border-color: #0F354B; }
span { border-color: rgb(15,53,75); }
td.TdClassName
{
border-color: #0F354B;
}
.TagClassName
{
border-color: #0F354B;
}
</style>