Shades of Curious Blue #418AB6
Tints of Curious Blue #418AB6
RGB
CMYK
RGB Variations
Color information
#418AB6 (or 0x418AB6) is known color: Curious Blue. HEX triplet: 41, 8A and B6. RGB value is (65,138,182). Sum of RGB (Red+Green+Blue) = 65+138+182=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #418AB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418AB6 is #BE7549. Grayscale: #787878. Windows color (decimal): -12481866 or 11962945. OLE color: 11962945.
HSL color Cylindrical-coordinate representation of color #418AB6: hue angle of 202.56º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #418AB6 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 65 | 138 | 182 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.29 |
| HSL | 202.56º | 0.47% | 0.48% | - |
| HSV(B) | 202.56º | 0.64% | 0.71% | - |
| XYZ | 19.71 | 22.68 | 47.59 | - |
| YUV | 121.19 | 162.32 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 138 | 182 | 0.64 | 0.24 | 0 | 0.29 | 202.56 | 0.47 | 0.48 |
| Hex | 41 | 8A | B6 | 40 | 18 | 0 | 1D | CB | 2F | 30 |
| Octal | 101 | 212 | 266 | 100 | 30 | 0 | 35 | 313 | 57 | 60 |
| Binary | 1000001 | 10001010 | 10110110 | 1000000 | 11000 | 0 | 11101 | 11001011 | 101111 | 110000 |
Color Harmonies of #418AB6
Complementary color
Monochromatic Colors of #418AB6
Black with #418AB6
Text Example
Text Example
White with #418AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418AB6; }
p { color: rgb(65,138,182); }
H1.HeaderClassName
{
color: #418AB6;
}
.AnyTagClassName
{
color: #418AB6;
}
</style>
background-color css
<style>
a { background-color: #418AB6; }
a { background-color: rgb(65,138,182); }
div.DivClassName
{
background-color: #418AB6;
}
.BgClassName
{
background-color: #418AB6;
}
</style>
border-color css
<style>
span { border-color: #418AB6; }
span { border-color: rgb(65,138,182); }
td.TdClassName
{
border-color: #418AB6;
}
.TagClassName
{
border-color: #418AB6;
}
</style>