Shades of Blue Whale #02314B
Tints of Blue Whale #02314B
RGB
CMYK
RGB Variations
Color information
#02314B (or 0x02314B) is known color: Blue Whale. HEX triplet: 02, 31 and 4B. RGB value is (2,49,75). Sum of RGB (Red+Green+Blue) = 2+49+75=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #02314B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02314B is #FDCEB4. Grayscale: #252525. Windows color (decimal): -16633525 or 4927746. OLE color: 4927746.
HSL color Cylindrical-coordinate representation of color #02314B: hue angle of 201.37º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02314B is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 49 | 75 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.71 |
| HSL | 201.37º | 0.95% | 0.15% | - |
| HSV(B) | 201.37º | 0.97% | 0.29% | - |
| XYZ | 2.39 | 2.72 | 7.06 | - |
| YUV | 37.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 75 | 0.97 | 0.35 | 0 | 0.71 | 201.37 | 0.95 | 0.15 |
| Hex | 2 | 31 | 4B | 61 | 23 | 0 | 47 | C9 | 5F | F |
| Octal | 2 | 61 | 113 | 141 | 43 | 0 | 107 | 311 | 137 | 17 |
| Binary | 10 | 110001 | 1001011 | 1100001 | 100011 | 0 | 1000111 | 11001001 | 1011111 | 1111 |
Color Harmonies of #02314B
Complementary color
Monochromatic Colors of #02314B
Black with #02314B
Text Example
Text Example
White with #02314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02314B; }
p { color: rgb(2,49,75); }
H1.HeaderClassName
{
color: #02314B;
}
.AnyTagClassName
{
color: #02314B;
}
</style>
background-color css
<style>
a { background-color: #02314B; }
a { background-color: rgb(2,49,75); }
div.DivClassName
{
background-color: #02314B;
}
.BgClassName
{
background-color: #02314B;
}
</style>
border-color css
<style>
span { border-color: #02314B; }
span { border-color: rgb(2,49,75); }
td.TdClassName
{
border-color: #02314B;
}
.TagClassName
{
border-color: #02314B;
}
</style>