Html Css Color HEX #0237B9 International Klein Blue
📋 copy color: '#0237B9'red 2 ◦ green 55 ◦ blue 185
Shades of International Klein Blue #0237B9
Tints of International Klein Blue #0237B9
RGB
CMYK
RGB Variations
Color information
#0237B9 (or 0x0237B9) is known color: International Klein Blue. HEX triplet: 02, 37 and B9. RGB value is (2,55,185). Sum of RGB (Red+Green+Blue) = 2+55+185=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 185 (72.66% from 255 or 76.45% from 242); Max value from RGB is 185 - color contains mainly: blue. Hex color #0237B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0237B9 is #FDC846. Grayscale: #353535. Windows color (decimal): -16631879 or 12138242. OLE color: 12138242.
HSL color Cylindrical-coordinate representation of color #0237B9: hue angle of 222.62º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0237B9 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 55 | 185 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.27 |
| HSL | 222.62º | 0.98% | 0.37% | - |
| HSV(B) | 222.62º | 0.99% | 0.73% | - |
| XYZ | 10.15 | 6.25 | 46.57 | - |
| YUV | 53.97 | 201.94 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 185 | 0.99 | 0.70 | 0 | 0.27 | 222.62 | 0.98 | 0.37 |
| Hex | 2 | 37 | B9 | 63 | 46 | 0 | 1B | DF | 62 | 25 |
| Octal | 2 | 67 | 271 | 143 | 106 | 0 | 33 | 337 | 142 | 45 |
| Binary | 10 | 110111 | 10111001 | 1100011 | 1000110 | 0 | 11011 | 11011111 | 1100010 | 100101 |
Color Harmonies of #0237B9
Complementary color
Monochromatic Colors of #0237B9
Black with #0237B9
Text Example
Text Example
White with #0237B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0237B9; }
p { color: rgb(2,55,185); }
H1.HeaderClassName
{
color: #0237B9;
}
.AnyTagClassName
{
color: #0237B9;
}
</style>
background-color css
<style>
a { background-color: #0237B9; }
a { background-color: rgb(2,55,185); }
div.DivClassName
{
background-color: #0237B9;
}
.BgClassName
{
background-color: #0237B9;
}
</style>
border-color css
<style>
span { border-color: #0237B9; }
span { border-color: rgb(2,55,185); }
td.TdClassName
{
border-color: #0237B9;
}
.TagClassName
{
border-color: #0237B9;
}
</style>