Html Css Color HEX #0239BD International Klein Blue
📋 copy color: '#0239BD'red 2 ◦ green 57 ◦ blue 189
Shades of International Klein Blue #0239BD
Tints of International Klein Blue #0239BD
RGB
CMYK
RGB Variations
Color information
#0239BD (or 0x0239BD) is known color: International Klein Blue. HEX triplet: 02, 39 and BD. RGB value is (2,57,189). Sum of RGB (Red+Green+Blue) = 2+57+189=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 189 (74.22% from 255 or 76.21% from 248); Max value from RGB is 189 - color contains mainly: blue. Hex color #0239BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0239BD is #FDC642. Grayscale: #373737. Windows color (decimal): -16631363 or 12400898. OLE color: 12400898.
HSL color Cylindrical-coordinate representation of color #0239BD: hue angle of 222.35º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0239BD is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 57 | 189 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.26 |
| HSL | 222.35º | 0.98% | 0.37% | - |
| HSV(B) | 222.35º | 0.99% | 0.74% | - |
| XYZ | 10.67 | 6.61 | 48.86 | - |
| YUV | 55.6 | 203.28 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 189 | 0.99 | 0.70 | 0 | 0.26 | 222.35 | 0.98 | 0.37 |
| Hex | 2 | 39 | BD | 63 | 46 | 0 | 1A | DE | 62 | 25 |
| Octal | 2 | 71 | 275 | 143 | 106 | 0 | 32 | 336 | 142 | 45 |
| Binary | 10 | 111001 | 10111101 | 1100011 | 1000110 | 0 | 11010 | 11011110 | 1100010 | 100101 |
Color Harmonies of #0239BD
Complementary color
Monochromatic Colors of #0239BD
Black with #0239BD
Text Example
Text Example
White with #0239BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0239BD; }
p { color: rgb(2,57,189); }
H1.HeaderClassName
{
color: #0239BD;
}
.AnyTagClassName
{
color: #0239BD;
}
</style>
background-color css
<style>
a { background-color: #0239BD; }
a { background-color: rgb(2,57,189); }
div.DivClassName
{
background-color: #0239BD;
}
.BgClassName
{
background-color: #0239BD;
}
</style>
border-color css
<style>
span { border-color: #0239BD; }
span { border-color: rgb(2,57,189); }
td.TdClassName
{
border-color: #0239BD;
}
.TagClassName
{
border-color: #0239BD;
}
</style>