Html Css Color HEX #0035BB International Klein Blue
📋 copy color: '#0035BB'red 0 ◦ green 53 ◦ blue 187
Shades of International Klein Blue #0035BB
Tints of International Klein Blue #0035BB
RGB
CMYK
RGB Variations
Color information
#0035BB (or 0x0035BB) is known color: International Klein Blue. HEX triplet: 00, 35 and BB. RGB value is (0,53,187). Sum of RGB (Red+Green+Blue) = 0+53+187=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 187 (73.44% from 255 or 77.92% from 240); Max value from RGB is 187 - color contains mainly: blue. Hex color #0035BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0035BB is #FFCA44. Grayscale: #333333. Windows color (decimal): -16763461 or 12268800. OLE color: 12268800.
HSL color Cylindrical-coordinate representation of color #0035BB: hue angle of 222.99º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0035BB is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 53 | 187 | - |
| CMYK | 1 | 0.72 | 0 | 0.27 |
| HSL | 222.99º | 1% | 0.37% | - |
| HSV(B) | 222.99º | 1% | 0.73% | - |
| XYZ | 10.24 | 6.13 | 47.66 | - |
| YUV | 52.43 | 203.94 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 187 | 1 | 0.72 | 0 | 0.27 | 222.99 | 1 | 0.37 |
| Hex | 0 | 35 | BB | 64 | 48 | 0 | 1B | DF | 64 | 25 |
| Octal | 0 | 65 | 273 | 144 | 110 | 0 | 33 | 337 | 144 | 45 |
| Binary | 0 | 110101 | 10111011 | 1100100 | 1001000 | 0 | 11011 | 11011111 | 1100100 | 100101 |
Color Harmonies of #0035BB
Complementary color
Monochromatic Colors of #0035BB
Black with #0035BB
Text Example
Text Example
White with #0035BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0035BB; }
p { color: rgb(0,53,187); }
H1.HeaderClassName
{
color: #0035BB;
}
.AnyTagClassName
{
color: #0035BB;
}
</style>
background-color css
<style>
a { background-color: #0035BB; }
a { background-color: rgb(0,53,187); }
div.DivClassName
{
background-color: #0035BB;
}
.BgClassName
{
background-color: #0035BB;
}
</style>
border-color css
<style>
span { border-color: #0035BB; }
span { border-color: rgb(0,53,187); }
td.TdClassName
{
border-color: #0035BB;
}
.TagClassName
{
border-color: #0035BB;
}
</style>