Shades of Blue Whale #012D3C
Tints of Blue Whale #012D3C
RGB
CMYK
RGB Variations
Color information
#012D3C (or 0x012D3C) is known color: Blue Whale. HEX triplet: 01, 2D and 3C. RGB value is (1,45,60). Sum of RGB (Red+Green+Blue) = 1+45+60=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #012D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D3C is #FED2C3. Grayscale: #212121. Windows color (decimal): -16700100 or 3943681. OLE color: 3943681.
HSL color Cylindrical-coordinate representation of color #012D3C: hue angle of 195.25º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012D3C is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 45 | 60 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.76 |
| HSL | 195.25º | 0.97% | 0.12% | - |
| HSV(B) | 195.25º | 0.98% | 0.24% | - |
| XYZ | 1.77 | 2.21 | 4.61 | - |
| YUV | 33.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 60 | 0.98 | 0.25 | 0 | 0.76 | 195.25 | 0.97 | 0.12 |
| Hex | 1 | 2D | 3C | 62 | 19 | 0 | 4C | C3 | 61 | C |
| Octal | 1 | 55 | 74 | 142 | 31 | 0 | 114 | 303 | 141 | 14 |
| Binary | 1 | 101101 | 111100 | 1100010 | 11001 | 0 | 1001100 | 11000011 | 1100001 | 1100 |
Color Harmonies of #012D3C
Complementary color
Monochromatic Colors of #012D3C
Black with #012D3C
Text Example
Text Example
White with #012D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012D3C; }
p { color: rgb(1,45,60); }
H1.HeaderClassName
{
color: #012D3C;
}
.AnyTagClassName
{
color: #012D3C;
}
</style>
background-color css
<style>
a { background-color: #012D3C; }
a { background-color: rgb(1,45,60); }
div.DivClassName
{
background-color: #012D3C;
}
.BgClassName
{
background-color: #012D3C;
}
</style>
border-color css
<style>
span { border-color: #012D3C; }
span { border-color: rgb(1,45,60); }
td.TdClassName
{
border-color: #012D3C;
}
.TagClassName
{
border-color: #012D3C;
}
</style>