Shades of Blue Chill #419B9B
Tints of Blue Chill #419B9B
RGB
CMYK
RGB Variations
Color information
#419B9B (or 0x419B9B) is known color: Blue Chill. HEX triplet: 41, 9B and 9B. RGB value is (65,155,155). Sum of RGB (Red+Green+Blue) = 65+155+155=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #419B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419B9B is #BE6464. Grayscale: #7F7F7F. Windows color (decimal): -12477541 or 10197825. OLE color: 10197825.
HSL color Cylindrical-coordinate representation of color #419B9B: hue angle of 180º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419B9B is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 155 | 155 | - |
| CMYK | 0.58 | 0 | 0 | 0.39 |
| HSL | 180º | 0.41% | 0.43% | - |
| HSV(B) | 180º | 0.58% | 0.61% | - |
| XYZ | 19.82 | 26.93 | 35.16 | - |
| YUV | 128.09 | 143.18 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 155 | 155 | 0.58 | 0 | 0 | 0.39 | 180 | 0.41 | 0.43 |
| Hex | 41 | 9B | 9B | 3A | 0 | 0 | 27 | B4 | 29 | 2B |
| Octal | 101 | 233 | 233 | 72 | 0 | 0 | 47 | 264 | 51 | 53 |
| Binary | 1000001 | 10011011 | 10011011 | 111010 | 0 | 0 | 100111 | 10110100 | 101001 | 101011 |
Color Harmonies of #419B9B
Complementary color
Monochromatic Colors of #419B9B
Black with #419B9B
Text Example
Text Example
White with #419B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419B9B; }
p { color: rgb(65,155,155); }
H1.HeaderClassName
{
color: #419B9B;
}
.AnyTagClassName
{
color: #419B9B;
}
</style>
background-color css
<style>
a { background-color: #419B9B; }
a { background-color: rgb(65,155,155); }
div.DivClassName
{
background-color: #419B9B;
}
.BgClassName
{
background-color: #419B9B;
}
</style>
border-color css
<style>
span { border-color: #419B9B; }
span { border-color: rgb(65,155,155); }
td.TdClassName
{
border-color: #419B9B;
}
.TagClassName
{
border-color: #419B9B;
}
</style>