Shades of Blue Whale #18323C
Tints of Blue Whale #18323C
RGB
CMYK
RGB Variations
Color information
#18323C (or 0x18323C) is known color: Blue Whale. HEX triplet: 18, 32 and 3C. RGB value is (24,50,60). Sum of RGB (Red+Green+Blue) = 24+50+60=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 60 - color contains mainly: blue. Hex color #18323C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18323C is #E7CDC3. Grayscale: #2B2B2B. Windows color (decimal): -15191492 or 3944984. OLE color: 3944984.
HSL color Cylindrical-coordinate representation of color #18323C: hue angle of 196.67º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #18323C is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 50 | 60 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.76 |
| HSL | 196.67º | 0.43% | 0.16% | - |
| HSV(B) | 196.67º | 0.6% | 0.24% | - |
| XYZ | 2.33 | 2.8 | 4.69 | - |
| YUV | 43.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 60 | 0.60 | 0.17 | 0 | 0.76 | 196.67 | 0.43 | 0.16 |
| Hex | 18 | 32 | 3C | 3C | 11 | 0 | 4C | C5 | 2B | 10 |
| Octal | 30 | 62 | 74 | 74 | 21 | 0 | 114 | 305 | 53 | 20 |
| Binary | 11000 | 110010 | 111100 | 111100 | 10001 | 0 | 1001100 | 11000101 | 101011 | 10000 |
Color Harmonies of #18323C
Complementary color
Monochromatic Colors of #18323C
Black with #18323C
Text Example
Text Example
White with #18323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18323C; }
p { color: rgb(24,50,60); }
H1.HeaderClassName
{
color: #18323C;
}
.AnyTagClassName
{
color: #18323C;
}
</style>
background-color css
<style>
a { background-color: #18323C; }
a { background-color: rgb(24,50,60); }
div.DivClassName
{
background-color: #18323C;
}
.BgClassName
{
background-color: #18323C;
}
</style>
border-color css
<style>
span { border-color: #18323C; }
span { border-color: rgb(24,50,60); }
td.TdClassName
{
border-color: #18323C;
}
.TagClassName
{
border-color: #18323C;
}
</style>