Html Css Color HEX #0418B7 International Klein Blue
📋 copy color: '#0418B7'red 4 ◦ green 24 ◦ blue 183
Shades of International Klein Blue #0418B7
Tints of International Klein Blue #0418B7
RGB
CMYK
RGB Variations
Color information
#0418B7 (or 0x0418B7) is known color: International Klein Blue. HEX triplet: 04, 18 and B7. RGB value is (4,24,183). Sum of RGB (Red+Green+Blue) = 4+24+183=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 183 (71.88% from 255 or 86.73% from 211); Max value from RGB is 183 - color contains mainly: blue. Hex color #0418B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0418B7 is #FBE748. Grayscale: #232323. Windows color (decimal): -16508745 or 11999236. OLE color: 11999236.
HSL color Cylindrical-coordinate representation of color #0418B7: hue angle of 233.3º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0418B7 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 24 | 183 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.28 |
| HSL | 233.3º | 0.96% | 0.37% | - |
| HSV(B) | 233.3º | 0.98% | 0.72% | - |
| XYZ | 8.92 | 4.1 | 45.12 | - |
| YUV | 36.15 | 210.87 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 24 | 183 | 0.98 | 0.87 | 0 | 0.28 | 233.3 | 0.96 | 0.37 |
| Hex | 4 | 18 | B7 | 62 | 57 | 0 | 1C | E9 | 60 | 25 |
| Octal | 4 | 30 | 267 | 142 | 127 | 0 | 34 | 351 | 140 | 45 |
| Binary | 100 | 11000 | 10110111 | 1100010 | 1010111 | 0 | 11100 | 11101001 | 1100000 | 100101 |
Color Harmonies of #0418B7
Complementary color
Monochromatic Colors of #0418B7
Black with #0418B7
Text Example
Text Example
White with #0418B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0418B7; }
p { color: rgb(4,24,183); }
H1.HeaderClassName
{
color: #0418B7;
}
.AnyTagClassName
{
color: #0418B7;
}
</style>
background-color css
<style>
a { background-color: #0418B7; }
a { background-color: rgb(4,24,183); }
div.DivClassName
{
background-color: #0418B7;
}
.BgClassName
{
background-color: #0418B7;
}
</style>
border-color css
<style>
span { border-color: #0418B7; }
span { border-color: rgb(4,24,183); }
td.TdClassName
{
border-color: #0418B7;
}
.TagClassName
{
border-color: #0418B7;
}
</style>