Html Css Color HEX #0435BC International Klein Blue
📋 copy color: '#0435BC'red 4 ◦ green 53 ◦ blue 188
Shades of International Klein Blue #0435BC
Tints of International Klein Blue #0435BC
RGB
CMYK
RGB Variations
Color information
#0435BC (or 0x0435BC) is known color: International Klein Blue. HEX triplet: 04, 35 and BC. RGB value is (4,53,188). Sum of RGB (Red+Green+Blue) = 4+53+188=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #0435BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0435BC is #FBCA43. Grayscale: #353535. Windows color (decimal): -16501316 or 12334340. OLE color: 12334340.
HSL color Cylindrical-coordinate representation of color #0435BC: hue angle of 224.02º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0435BC is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 53 | 188 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.26 |
| HSL | 224.02º | 0.96% | 0.38% | - |
| HSV(B) | 224.02º | 0.98% | 0.74% | - |
| XYZ | 10.4 | 6.2 | 48.23 | - |
| YUV | 53.74 | 203.77 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 188 | 0.98 | 0.72 | 0 | 0.26 | 224.02 | 0.96 | 0.38 |
| Hex | 4 | 35 | BC | 62 | 48 | 0 | 1A | E0 | 60 | 26 |
| Octal | 4 | 65 | 274 | 142 | 110 | 0 | 32 | 340 | 140 | 46 |
| Binary | 100 | 110101 | 10111100 | 1100010 | 1001000 | 0 | 11010 | 11100000 | 1100000 | 100110 |
Color Harmonies of #0435BC
Complementary color
Monochromatic Colors of #0435BC
Black with #0435BC
Text Example
Text Example
White with #0435BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0435BC; }
p { color: rgb(4,53,188); }
H1.HeaderClassName
{
color: #0435BC;
}
.AnyTagClassName
{
color: #0435BC;
}
</style>
background-color css
<style>
a { background-color: #0435BC; }
a { background-color: rgb(4,53,188); }
div.DivClassName
{
background-color: #0435BC;
}
.BgClassName
{
background-color: #0435BC;
}
</style>
border-color css
<style>
span { border-color: #0435BC; }
span { border-color: rgb(4,53,188); }
td.TdClassName
{
border-color: #0435BC;
}
.TagClassName
{
border-color: #0435BC;
}
</style>