Shades of Blue Whale #092D3F
Tints of Blue Whale #092D3F
RGB
CMYK
RGB Variations
Color information
#092D3F (or 0x092D3F) is known color: Blue Whale. HEX triplet: 09, 2D and 3F. RGB value is (9,45,63). Sum of RGB (Red+Green+Blue) = 9+45+63=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #092D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D3F is #F6D2C0. Grayscale: #242424. Windows color (decimal): -16175809 or 4140297. OLE color: 4140297.
HSL color Cylindrical-coordinate representation of color #092D3F: hue angle of 200º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #092D3F is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 45 | 63 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.75 |
| HSL | 200º | 0.75% | 0.14% | - |
| HSV(B) | 200º | 0.86% | 0.25% | - |
| XYZ | 1.95 | 2.29 | 5.04 | - |
| YUV | 36.29 | 143.07 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 63 | 0.86 | 0.29 | 0 | 0.75 | 200 | 0.75 | 0.14 |
| Hex | 9 | 2D | 3F | 56 | 1D | 0 | 4B | C8 | 4B | E |
| Octal | 11 | 55 | 77 | 126 | 35 | 0 | 113 | 310 | 113 | 16 |
| Binary | 1001 | 101101 | 111111 | 1010110 | 11101 | 0 | 1001011 | 11001000 | 1001011 | 1110 |
Color Harmonies of #092D3F
Complementary color
Monochromatic Colors of #092D3F
Black with #092D3F
Text Example
Text Example
White with #092D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D3F; }
p { color: rgb(9,45,63); }
H1.HeaderClassName
{
color: #092D3F;
}
.AnyTagClassName
{
color: #092D3F;
}
</style>
background-color css
<style>
a { background-color: #092D3F; }
a { background-color: rgb(9,45,63); }
div.DivClassName
{
background-color: #092D3F;
}
.BgClassName
{
background-color: #092D3F;
}
</style>
border-color css
<style>
span { border-color: #092D3F; }
span { border-color: rgb(9,45,63); }
td.TdClassName
{
border-color: #092D3F;
}
.TagClassName
{
border-color: #092D3F;
}
</style>