Shades of Blue Whale #0C2F4B
Tints of Blue Whale #0C2F4B
RGB
CMYK
RGB Variations
Color information
#0C2F4B (or 0x0C2F4B) is known color: Blue Whale. HEX triplet: 0C, 2F and 4B. RGB value is (12,47,75). Sum of RGB (Red+Green+Blue) = 12+47+75=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 75 (29.69% from 255 or 55.97% from 134); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C2F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2F4B is #F3D0B4. Grayscale: #272727. Windows color (decimal): -15978677 or 4927244. OLE color: 4927244.
HSL color Cylindrical-coordinate representation of color #0C2F4B: hue angle of 206.67º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C2F4B is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 47 | 75 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.71 |
| HSL | 206.67º | 0.72% | 0.17% | - |
| HSV(B) | 206.67º | 0.84% | 0.29% | - |
| XYZ | 2.44 | 2.62 | 7.03 | - |
| YUV | 39.73 | 147.9 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 47 | 75 | 0.84 | 0.37 | 0 | 0.71 | 206.67 | 0.72 | 0.17 |
| Hex | C | 2F | 4B | 54 | 25 | 0 | 47 | CF | 48 | 11 |
| Octal | 14 | 57 | 113 | 124 | 45 | 0 | 107 | 317 | 110 | 21 |
| Binary | 1100 | 101111 | 1001011 | 1010100 | 100101 | 0 | 1000111 | 11001111 | 1001000 | 10001 |
Color Harmonies of #0C2F4B
Complementary color
Monochromatic Colors of #0C2F4B
Black with #0C2F4B
Text Example
Text Example
White with #0C2F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2F4B; }
p { color: rgb(12,47,75); }
H1.HeaderClassName
{
color: #0C2F4B;
}
.AnyTagClassName
{
color: #0C2F4B;
}
</style>
background-color css
<style>
a { background-color: #0C2F4B; }
a { background-color: rgb(12,47,75); }
div.DivClassName
{
background-color: #0C2F4B;
}
.BgClassName
{
background-color: #0C2F4B;
}
</style>
border-color css
<style>
span { border-color: #0C2F4B; }
span { border-color: rgb(12,47,75); }
td.TdClassName
{
border-color: #0C2F4B;
}
.TagClassName
{
border-color: #0C2F4B;
}
</style>