Html Css Color HEX #0235BE International Klein Blue
📋 copy color: '#0235BE'red 2 ◦ green 53 ◦ blue 190
Shades of International Klein Blue #0235BE
Tints of International Klein Blue #0235BE
RGB
CMYK
RGB Variations
Color information
#0235BE (or 0x0235BE) is known color: International Klein Blue. HEX triplet: 02, 35 and BE. RGB value is (2,53,190). Sum of RGB (Red+Green+Blue) = 2+53+190=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 190 (74.61% from 255 or 77.55% from 245); Max value from RGB is 190 - color contains mainly: blue. Hex color #0235BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0235BE is #FDCA41. Grayscale: #343434. Windows color (decimal): -16632386 or 12465410. OLE color: 12465410.
HSL color Cylindrical-coordinate representation of color #0235BE: hue angle of 223.72º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0235BE is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 53 | 190 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.25 |
| HSL | 223.72º | 0.98% | 0.38% | - |
| HSV(B) | 223.72º | 0.99% | 0.75% | - |
| XYZ | 10.59 | 6.28 | 49.37 | - |
| YUV | 53.37 | 205.1 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 190 | 0.99 | 0.72 | 0 | 0.25 | 223.72 | 0.98 | 0.38 |
| Hex | 2 | 35 | BE | 63 | 48 | 0 | 19 | E0 | 62 | 26 |
| Octal | 2 | 65 | 276 | 143 | 110 | 0 | 31 | 340 | 142 | 46 |
| Binary | 10 | 110101 | 10111110 | 1100011 | 1001000 | 0 | 11001 | 11100000 | 1100010 | 100110 |
Color Harmonies of #0235BE
Complementary color
Monochromatic Colors of #0235BE
Black with #0235BE
Text Example
Text Example
White with #0235BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0235BE; }
p { color: rgb(2,53,190); }
H1.HeaderClassName
{
color: #0235BE;
}
.AnyTagClassName
{
color: #0235BE;
}
</style>
background-color css
<style>
a { background-color: #0235BE; }
a { background-color: rgb(2,53,190); }
div.DivClassName
{
background-color: #0235BE;
}
.BgClassName
{
background-color: #0235BE;
}
</style>
border-color css
<style>
span { border-color: #0235BE; }
span { border-color: rgb(2,53,190); }
td.TdClassName
{
border-color: #0235BE;
}
.TagClassName
{
border-color: #0235BE;
}
</style>