Shades of Blue Whale #023045
Tints of Blue Whale #023045
RGB
CMYK
RGB Variations
Color information
#023045 (or 0x023045) is known color: Blue Whale. HEX triplet: 02, 30 and 45. RGB value is (2,48,69). Sum of RGB (Red+Green+Blue) = 2+48+69=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 69 (27.34% from 255 or 57.98% from 119); Max value from RGB is 69 - color contains mainly: blue. Hex color #023045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023045 is #FDCFBA. Grayscale: #242424. Windows color (decimal): -16633787 or 4534274. OLE color: 4534274.
HSL color Cylindrical-coordinate representation of color #023045: hue angle of 198.81º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023045 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 48 | 69 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.73 |
| HSL | 198.81º | 0.94% | 0.14% | - |
| HSV(B) | 198.81º | 0.97% | 0.27% | - |
| XYZ | 2.16 | 2.56 | 6.01 | - |
| YUV | 36.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 69 | 0.97 | 0.30 | 0 | 0.73 | 198.81 | 0.94 | 0.14 |
| Hex | 2 | 30 | 45 | 61 | 1E | 0 | 49 | C7 | 5E | E |
| Octal | 2 | 60 | 105 | 141 | 36 | 0 | 111 | 307 | 136 | 16 |
| Binary | 10 | 110000 | 1000101 | 1100001 | 11110 | 0 | 1001001 | 11000111 | 1011110 | 1110 |
Color Harmonies of #023045
Complementary color
Monochromatic Colors of #023045
Black with #023045
Text Example
Text Example
White with #023045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023045; }
p { color: rgb(2,48,69); }
H1.HeaderClassName
{
color: #023045;
}
.AnyTagClassName
{
color: #023045;
}
</style>
background-color css
<style>
a { background-color: #023045; }
a { background-color: rgb(2,48,69); }
div.DivClassName
{
background-color: #023045;
}
.BgClassName
{
background-color: #023045;
}
</style>
border-color css
<style>
span { border-color: #023045; }
span { border-color: rgb(2,48,69); }
td.TdClassName
{
border-color: #023045;
}
.TagClassName
{
border-color: #023045;
}
</style>