Html Css Color HEX #0417AA International Klein Blue
📋 copy color: '#0417AA'red 4 ◦ green 23 ◦ blue 170
Shades of International Klein Blue #0417AA
Tints of International Klein Blue #0417AA
RGB
CMYK
RGB Variations
Color information
#0417AA (or 0x0417AA) is known color: International Klein Blue. HEX triplet: 04, 17 and AA. RGB value is (4,23,170). Sum of RGB (Red+Green+Blue) = 4+23+170=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 170 (66.80% from 255 or 86.29% from 197); Max value from RGB is 170 - color contains mainly: blue. Hex color #0417AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0417AA is #FBE855. Grayscale: #212121. Windows color (decimal): -16509014 or 11147012. OLE color: 11147012.
HSL color Cylindrical-coordinate representation of color #0417AA: hue angle of 233.13º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0417AA is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 23 | 170 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.33 |
| HSL | 233.13º | 0.95% | 0.34% | - |
| HSV(B) | 233.13º | 0.98% | 0.67% | - |
| XYZ | 7.61 | 3.54 | 38.31 | - |
| YUV | 34.08 | 204.71 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 170 | 0.98 | 0.86 | 0 | 0.33 | 233.13 | 0.95 | 0.34 |
| Hex | 4 | 17 | AA | 62 | 56 | 0 | 21 | E9 | 5F | 22 |
| Octal | 4 | 27 | 252 | 142 | 126 | 0 | 41 | 351 | 137 | 42 |
| Binary | 100 | 10111 | 10101010 | 1100010 | 1010110 | 0 | 100001 | 11101001 | 1011111 | 100010 |
Color Harmonies of #0417AA
Complementary color
Monochromatic Colors of #0417AA
Black with #0417AA
Text Example
Text Example
White with #0417AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0417AA; }
p { color: rgb(4,23,170); }
H1.HeaderClassName
{
color: #0417AA;
}
.AnyTagClassName
{
color: #0417AA;
}
</style>
background-color css
<style>
a { background-color: #0417AA; }
a { background-color: rgb(4,23,170); }
div.DivClassName
{
background-color: #0417AA;
}
.BgClassName
{
background-color: #0417AA;
}
</style>
border-color css
<style>
span { border-color: #0417AA; }
span { border-color: rgb(4,23,170); }
td.TdClassName
{
border-color: #0417AA;
}
.TagClassName
{
border-color: #0417AA;
}
</style>