Html Css Color HEX #0037BC International Klein Blue
📋 copy color: '#0037BC'red 0 ◦ green 55 ◦ blue 188
Shades of International Klein Blue #0037BC
Tints of International Klein Blue #0037BC
RGB
CMYK
RGB Variations
Color information
#0037BC (or 0x0037BC) is known color: International Klein Blue. HEX triplet: 00, 37 and BC. RGB value is (0,55,188). Sum of RGB (Red+Green+Blue) = 0+55+188=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #0037BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0037BC is #FFC843. Grayscale: #353535. Windows color (decimal): -16762948 or 12334848. OLE color: 12334848.
HSL color Cylindrical-coordinate representation of color #0037BC: hue angle of 222.45º 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 #0037BC is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 55 | 188 | - |
| CMYK | 1 | 0.71 | 0 | 0.26 |
| HSL | 222.45º | 1% | 0.37% | - |
| HSV(B) | 222.45º | 1% | 0.74% | - |
| XYZ | 10.44 | 6.36 | 48.25 | - |
| YUV | 53.72 | 203.78 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 188 | 1 | 0.71 | 0 | 0.26 | 222.45 | 1 | 0.37 |
| Hex | 0 | 37 | BC | 64 | 47 | 0 | 1A | DE | 64 | 25 |
| Octal | 0 | 67 | 274 | 144 | 107 | 0 | 32 | 336 | 144 | 45 |
| Binary | 0 | 110111 | 10111100 | 1100100 | 1000111 | 0 | 11010 | 11011110 | 1100100 | 100101 |
Color Harmonies of #0037BC
Complementary color
Monochromatic Colors of #0037BC
Black with #0037BC
Text Example
Text Example
White with #0037BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0037BC; }
p { color: rgb(0,55,188); }
H1.HeaderClassName
{
color: #0037BC;
}
.AnyTagClassName
{
color: #0037BC;
}
</style>
background-color css
<style>
a { background-color: #0037BC; }
a { background-color: rgb(0,55,188); }
div.DivClassName
{
background-color: #0037BC;
}
.BgClassName
{
background-color: #0037BC;
}
</style>
border-color css
<style>
span { border-color: #0037BC; }
span { border-color: rgb(0,55,188); }
td.TdClassName
{
border-color: #0037BC;
}
.TagClassName
{
border-color: #0037BC;
}
</style>