Shades of Blue Whale #0C364B
Tints of Blue Whale #0C364B
RGB
CMYK
RGB Variations
Color information
#0C364B (or 0x0C364B) is known color: Blue Whale. HEX triplet: 0C, 36 and 4B. RGB value is (12,54,75). Sum of RGB (Red+Green+Blue) = 12+54+75=141 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.51% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C364B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C364B is #F3C9B4. Grayscale: #2B2B2B. Windows color (decimal): -15976885 or 4929036. OLE color: 4929036.
HSL color Cylindrical-coordinate representation of color #0C364B: hue angle of 200º 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 #0C364B is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 54 | 75 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.71 |
| HSL | 200º | 0.72% | 0.17% | - |
| HSV(B) | 200º | 0.84% | 0.29% | - |
| XYZ | 2.74 | 3.22 | 7.13 | - |
| YUV | 43.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 54 | 75 | 0.84 | 0.28 | 0 | 0.71 | 200 | 0.72 | 0.17 |
| Hex | C | 36 | 4B | 54 | 1C | 0 | 47 | C8 | 48 | 11 |
| Octal | 14 | 66 | 113 | 124 | 34 | 0 | 107 | 310 | 110 | 21 |
| Binary | 1100 | 110110 | 1001011 | 1010100 | 11100 | 0 | 1000111 | 11001000 | 1001000 | 10001 |
Color Harmonies of #0C364B
Complementary color
Monochromatic Colors of #0C364B
Black with #0C364B
Text Example
Text Example
White with #0C364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C364B; }
p { color: rgb(12,54,75); }
H1.HeaderClassName
{
color: #0C364B;
}
.AnyTagClassName
{
color: #0C364B;
}
</style>
background-color css
<style>
a { background-color: #0C364B; }
a { background-color: rgb(12,54,75); }
div.DivClassName
{
background-color: #0C364B;
}
.BgClassName
{
background-color: #0C364B;
}
</style>
border-color css
<style>
span { border-color: #0C364B; }
span { border-color: rgb(12,54,75); }
td.TdClassName
{
border-color: #0C364B;
}
.TagClassName
{
border-color: #0C364B;
}
</style>