Html Css Color HEX #0037BD International Klein Blue
📋 copy color: '#0037BD'red 0 ◦ green 55 ◦ blue 189
Shades of International Klein Blue #0037BD
Tints of International Klein Blue #0037BD
RGB
CMYK
RGB Variations
Color information
#0037BD (or 0x0037BD) is known color: International Klein Blue. HEX triplet: 00, 37 and BD. RGB value is (0,55,189). Sum of RGB (Red+Green+Blue) = 0+55+189=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 189 (74.22% from 255 or 77.46% from 244); Max value from RGB is 189 - color contains mainly: blue. Hex color #0037BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0037BD is #FFC842. Grayscale: #353535. Windows color (decimal): -16762947 or 12400384. OLE color: 12400384.
HSL color Cylindrical-coordinate representation of color #0037BD: hue angle of 222.54º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0037BD is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 55 | 189 | - |
| CMYK | 1 | 0.71 | 0 | 0.26 |
| HSL | 222.54º | 1% | 0.37% | - |
| HSV(B) | 222.54º | 1% | 0.74% | - |
| XYZ | 10.55 | 6.41 | 48.82 | - |
| YUV | 53.83 | 204.28 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 189 | 1 | 0.71 | 0 | 0.26 | 222.54 | 1 | 0.37 |
| Hex | 0 | 37 | BD | 64 | 47 | 0 | 1A | DF | 64 | 25 |
| Octal | 0 | 67 | 275 | 144 | 107 | 0 | 32 | 337 | 144 | 45 |
| Binary | 0 | 110111 | 10111101 | 1100100 | 1000111 | 0 | 11010 | 11011111 | 1100100 | 100101 |
Color Harmonies of #0037BD
Complementary color
Monochromatic Colors of #0037BD
Black with #0037BD
Text Example
Text Example
White with #0037BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0037BD; }
p { color: rgb(0,55,189); }
H1.HeaderClassName
{
color: #0037BD;
}
.AnyTagClassName
{
color: #0037BD;
}
</style>
background-color css
<style>
a { background-color: #0037BD; }
a { background-color: rgb(0,55,189); }
div.DivClassName
{
background-color: #0037BD;
}
.BgClassName
{
background-color: #0037BD;
}
</style>
border-color css
<style>
span { border-color: #0037BD; }
span { border-color: rgb(0,55,189); }
td.TdClassName
{
border-color: #0037BD;
}
.TagClassName
{
border-color: #0037BD;
}
</style>