Html Css Color HEX #0039B9 International Klein Blue
📋 copy color: '#0039B9'red 0 ◦ green 57 ◦ blue 185
Shades of International Klein Blue #0039B9
Tints of International Klein Blue #0039B9
RGB
CMYK
RGB Variations
Color information
#0039B9 (or 0x0039B9) is known color: International Klein Blue. HEX triplet: 00, 39 and B9. RGB value is (0,57,185). Sum of RGB (Red+Green+Blue) = 0+57+185=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 57 (22.66% from 255 or 23.55% 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 #0039B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0039B9 is #FFC646. Grayscale: #353535. Windows color (decimal): -16762439 or 12138752. OLE color: 12138752.
HSL color Cylindrical-coordinate representation of color #0039B9: hue angle of 221.51º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0039B9 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 57 | 185 | - |
| CMYK | 1 | 0.69 | 0 | 0.27 |
| HSL | 221.51º | 1% | 0.36% | - |
| HSV(B) | 221.51º | 1% | 0.73% | - |
| XYZ | 10.22 | 6.43 | 46.6 | - |
| YUV | 54.55 | 201.62 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 185 | 1 | 0.69 | 0 | 0.27 | 221.51 | 1 | 0.36 |
| Hex | 0 | 39 | B9 | 64 | 45 | 0 | 1B | DE | 64 | 24 |
| Octal | 0 | 71 | 271 | 144 | 105 | 0 | 33 | 336 | 144 | 44 |
| Binary | 0 | 111001 | 10111001 | 1100100 | 1000101 | 0 | 11011 | 11011110 | 1100100 | 100100 |
Color Harmonies of #0039B9
Complementary color
Monochromatic Colors of #0039B9
Black with #0039B9
Text Example
Text Example
White with #0039B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0039B9; }
p { color: rgb(0,57,185); }
H1.HeaderClassName
{
color: #0039B9;
}
.AnyTagClassName
{
color: #0039B9;
}
</style>
background-color css
<style>
a { background-color: #0039B9; }
a { background-color: rgb(0,57,185); }
div.DivClassName
{
background-color: #0039B9;
}
.BgClassName
{
background-color: #0039B9;
}
</style>
border-color css
<style>
span { border-color: #0039B9; }
span { border-color: rgb(0,57,185); }
td.TdClassName
{
border-color: #0039B9;
}
.TagClassName
{
border-color: #0039B9;
}
</style>