Shades of Blue Whale #0C2E41
Tints of Blue Whale #0C2E41
RGB
CMYK
RGB Variations
Color information
#0C2E41 (or 0x0C2E41) is known color: Blue Whale. HEX triplet: 0C, 2E and 41. RGB value is (12,46,65). Sum of RGB (Red+Green+Blue) = 12+46+65=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #0C2E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2E41 is #F3D1BE. Grayscale: #252525. Windows color (decimal): -15978943 or 4271628. OLE color: 4271628.
HSL color Cylindrical-coordinate representation of color #0C2E41: hue angle of 201.51º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C2E41 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 46 | 65 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.75 |
| HSL | 201.51º | 0.69% | 0.15% | - |
| HSV(B) | 201.51º | 0.82% | 0.25% | - |
| XYZ | 2.08 | 2.41 | 5.36 | - |
| YUV | 38 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 46 | 65 | 0.82 | 0.29 | 0 | 0.75 | 201.51 | 0.69 | 0.15 |
| Hex | C | 2E | 41 | 52 | 1D | 0 | 4B | CA | 45 | F |
| Octal | 14 | 56 | 101 | 122 | 35 | 0 | 113 | 312 | 105 | 17 |
| Binary | 1100 | 101110 | 1000001 | 1010010 | 11101 | 0 | 1001011 | 11001010 | 1000101 | 1111 |
Color Harmonies of #0C2E41
Complementary color
Monochromatic Colors of #0C2E41
Black with #0C2E41
Text Example
Text Example
White with #0C2E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2E41; }
p { color: rgb(12,46,65); }
H1.HeaderClassName
{
color: #0C2E41;
}
.AnyTagClassName
{
color: #0C2E41;
}
</style>
background-color css
<style>
a { background-color: #0C2E41; }
a { background-color: rgb(12,46,65); }
div.DivClassName
{
background-color: #0C2E41;
}
.BgClassName
{
background-color: #0C2E41;
}
</style>
border-color css
<style>
span { border-color: #0C2E41; }
span { border-color: rgb(12,46,65); }
td.TdClassName
{
border-color: #0C2E41;
}
.TagClassName
{
border-color: #0C2E41;
}
</style>