Shades of Blue Whale #0C304E
Tints of Blue Whale #0C304E
RGB
CMYK
RGB Variations
Color information
#0C304E (or 0x0C304E) is known color: Blue Whale. HEX triplet: 0C, 30 and 4E. RGB value is (12,48,78). Sum of RGB (Red+Green+Blue) = 12+48+78=138 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.70% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C304E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C304E is #F3CFB1. Grayscale: #282828. Windows color (decimal): -15978418 or 5124108. OLE color: 5124108.
HSL color Cylindrical-coordinate representation of color #0C304E: hue angle of 207.27º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C304E is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 48 | 78 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.69 |
| HSL | 207.27º | 0.73% | 0.18% | - |
| HSV(B) | 207.27º | 0.85% | 0.31% | - |
| XYZ | 2.58 | 2.74 | 7.6 | - |
| YUV | 40.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 48 | 78 | 0.85 | 0.38 | 0 | 0.69 | 207.27 | 0.73 | 0.18 |
| Hex | C | 30 | 4E | 55 | 26 | 0 | 45 | CF | 49 | 12 |
| Octal | 14 | 60 | 116 | 125 | 46 | 0 | 105 | 317 | 111 | 22 |
| Binary | 1100 | 110000 | 1001110 | 1010101 | 100110 | 0 | 1000101 | 11001111 | 1001001 | 10010 |
Color Harmonies of #0C304E
Complementary color
Monochromatic Colors of #0C304E
Black with #0C304E
Text Example
Text Example
White with #0C304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C304E; }
p { color: rgb(12,48,78); }
H1.HeaderClassName
{
color: #0C304E;
}
.AnyTagClassName
{
color: #0C304E;
}
</style>
background-color css
<style>
a { background-color: #0C304E; }
a { background-color: rgb(12,48,78); }
div.DivClassName
{
background-color: #0C304E;
}
.BgClassName
{
background-color: #0C304E;
}
</style>
border-color css
<style>
span { border-color: #0C304E; }
span { border-color: rgb(12,48,78); }
td.TdClassName
{
border-color: #0C304E;
}
.TagClassName
{
border-color: #0C304E;
}
</style>