Shades of Blue Chill #419093
Tints of Blue Chill #419093
RGB
CMYK
RGB Variations
Color information
#419093 (or 0x419093) is known color: Blue Chill. HEX triplet: 41, 90 and 93. RGB value is (65,144,147). Sum of RGB (Red+Green+Blue) = 65+144+147=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #419093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419093 is #BE6F6C. Grayscale: #787878. Windows color (decimal): -12480365 or 9670721. OLE color: 9670721.
HSL color Cylindrical-coordinate representation of color #419093: hue angle of 182.2º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419093 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 144 | 147 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.42 |
| HSL | 182.2º | 0.39% | 0.42% | - |
| HSV(B) | 182.2º | 0.56% | 0.58% | - |
| XYZ | 17.42 | 23.18 | 31.16 | - |
| YUV | 120.72 | 142.83 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 147 | 0.56 | 0.02 | 0 | 0.42 | 182.2 | 0.39 | 0.42 |
| Hex | 41 | 90 | 93 | 38 | 2 | 0 | 2A | B6 | 27 | 2A |
| Octal | 101 | 220 | 223 | 70 | 2 | 0 | 52 | 266 | 47 | 52 |
| Binary | 1000001 | 10010000 | 10010011 | 111000 | 10 | 0 | 101010 | 10110110 | 100111 | 101010 |
Color Harmonies of #419093
Complementary color
Monochromatic Colors of #419093
Black with #419093
Text Example
Text Example
White with #419093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419093; }
p { color: rgb(65,144,147); }
H1.HeaderClassName
{
color: #419093;
}
.AnyTagClassName
{
color: #419093;
}
</style>
background-color css
<style>
a { background-color: #419093; }
a { background-color: rgb(65,144,147); }
div.DivClassName
{
background-color: #419093;
}
.BgClassName
{
background-color: #419093;
}
</style>
border-color css
<style>
span { border-color: #419093; }
span { border-color: rgb(65,144,147); }
td.TdClassName
{
border-color: #419093;
}
.TagClassName
{
border-color: #419093;
}
</style>