Shades of Blue Whale #0C364E
Tints of Blue Whale #0C364E
RGB
CMYK
RGB Variations
Color information
#0C364E (or 0x0C364E) is known color: Blue Whale. HEX triplet: 0C, 36 and 4E. RGB value is (12,54,78). Sum of RGB (Red+Green+Blue) = 12+54+78=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C364E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C364E is #F3C9B1. Grayscale: #2C2C2C. Windows color (decimal): -15976882 or 5125644. OLE color: 5125644.
HSL color Cylindrical-coordinate representation of color #0C364E: hue angle of 201.82º 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 #0C364E is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 54 | 78 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.69 |
| HSL | 201.82º | 0.73% | 0.18% | - |
| HSV(B) | 201.82º | 0.85% | 0.31% | - |
| XYZ | 2.85 | 3.27 | 7.69 | - |
| YUV | 44.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 54 | 78 | 0.85 | 0.31 | 0 | 0.69 | 201.82 | 0.73 | 0.18 |
| Hex | C | 36 | 4E | 55 | 1F | 0 | 45 | CA | 49 | 12 |
| Octal | 14 | 66 | 116 | 125 | 37 | 0 | 105 | 312 | 111 | 22 |
| Binary | 1100 | 110110 | 1001110 | 1010101 | 11111 | 0 | 1000101 | 11001010 | 1001001 | 10010 |
Color Harmonies of #0C364E
Complementary color
Monochromatic Colors of #0C364E
Black with #0C364E
Text Example
Text Example
White with #0C364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C364E; }
p { color: rgb(12,54,78); }
H1.HeaderClassName
{
color: #0C364E;
}
.AnyTagClassName
{
color: #0C364E;
}
</style>
background-color css
<style>
a { background-color: #0C364E; }
a { background-color: rgb(12,54,78); }
div.DivClassName
{
background-color: #0C364E;
}
.BgClassName
{
background-color: #0C364E;
}
</style>
border-color css
<style>
span { border-color: #0C364E; }
span { border-color: rgb(12,54,78); }
td.TdClassName
{
border-color: #0C364E;
}
.TagClassName
{
border-color: #0C364E;
}
</style>