Shades of Blue Whale #01303F
Tints of Blue Whale #01303F
RGB
CMYK
RGB Variations
Color information
#01303F (or 0x01303F) is known color: Blue Whale. HEX triplet: 01, 30 and 3F. RGB value is (1,48,63). Sum of RGB (Red+Green+Blue) = 1+48+63=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #01303F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01303F is #FECFC0. Grayscale: #232323. Windows color (decimal): -16699329 or 4141057. OLE color: 4141057.
HSL color Cylindrical-coordinate representation of color #01303F: hue angle of 194.52º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01303F is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 48 | 63 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.75 |
| HSL | 194.52º | 0.97% | 0.13% | - |
| HSV(B) | 194.52º | 0.98% | 0.25% | - |
| XYZ | 1.97 | 2.48 | 5.08 | - |
| YUV | 35.66 | 143.43 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 63 | 0.98 | 0.24 | 0 | 0.75 | 194.52 | 0.97 | 0.13 |
| Hex | 1 | 30 | 3F | 62 | 18 | 0 | 4B | C3 | 61 | D |
| Octal | 1 | 60 | 77 | 142 | 30 | 0 | 113 | 303 | 141 | 15 |
| Binary | 1 | 110000 | 111111 | 1100010 | 11000 | 0 | 1001011 | 11000011 | 1100001 | 1101 |
Color Harmonies of #01303F
Complementary color
Monochromatic Colors of #01303F
Black with #01303F
Text Example
Text Example
White with #01303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01303F; }
p { color: rgb(1,48,63); }
H1.HeaderClassName
{
color: #01303F;
}
.AnyTagClassName
{
color: #01303F;
}
</style>
background-color css
<style>
a { background-color: #01303F; }
a { background-color: rgb(1,48,63); }
div.DivClassName
{
background-color: #01303F;
}
.BgClassName
{
background-color: #01303F;
}
</style>
border-color css
<style>
span { border-color: #01303F; }
span { border-color: rgb(1,48,63); }
td.TdClassName
{
border-color: #01303F;
}
.TagClassName
{
border-color: #01303F;
}
</style>