Html Css Color HEX #0035BA International Klein Blue
📋 copy color: '#0035BA'red 0 ◦ green 53 ◦ blue 186
Shades of International Klein Blue #0035BA
Tints of International Klein Blue #0035BA
RGB
CMYK
RGB Variations
Color information
#0035BA (or 0x0035BA) is known color: International Klein Blue. HEX triplet: 00, 35 and BA. RGB value is (0,53,186). Sum of RGB (Red+Green+Blue) = 0+53+186=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #0035BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0035BA is #FFCA45. Grayscale: #333333. Windows color (decimal): -16763462 or 12203264. OLE color: 12203264.
HSL color Cylindrical-coordinate representation of color #0035BA: hue angle of 222.9º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0035BA is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 53 | 186 | - |
| CMYK | 1 | 0.72 | 0 | 0.27 |
| HSL | 222.9º | 1% | 0.36% | - |
| HSV(B) | 222.9º | 1% | 0.73% | - |
| XYZ | 10.14 | 6.09 | 47.1 | - |
| YUV | 52.32 | 203.44 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 186 | 1 | 0.72 | 0 | 0.27 | 222.9 | 1 | 0.36 |
| Hex | 0 | 35 | BA | 64 | 48 | 0 | 1B | DF | 64 | 24 |
| Octal | 0 | 65 | 272 | 144 | 110 | 0 | 33 | 337 | 144 | 44 |
| Binary | 0 | 110101 | 10111010 | 1100100 | 1001000 | 0 | 11011 | 11011111 | 1100100 | 100100 |
Color Harmonies of #0035BA
Complementary color
Monochromatic Colors of #0035BA
Black with #0035BA
Text Example
Text Example
White with #0035BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0035BA; }
p { color: rgb(0,53,186); }
H1.HeaderClassName
{
color: #0035BA;
}
.AnyTagClassName
{
color: #0035BA;
}
</style>
background-color css
<style>
a { background-color: #0035BA; }
a { background-color: rgb(0,53,186); }
div.DivClassName
{
background-color: #0035BA;
}
.BgClassName
{
background-color: #0035BA;
}
</style>
border-color css
<style>
span { border-color: #0035BA; }
span { border-color: rgb(0,53,186); }
td.TdClassName
{
border-color: #0035BA;
}
.TagClassName
{
border-color: #0035BA;
}
</style>