Html Css Color HEX #0439BD International Klein Blue
📋 copy color: '#0439BD'red 4 ◦ green 57 ◦ blue 189
Shades of International Klein Blue #0439BD
Tints of International Klein Blue #0439BD
RGB
CMYK
RGB Variations
Color information
#0439BD (or 0x0439BD) is known color: International Klein Blue. HEX triplet: 04, 39 and BD. RGB value is (4,57,189). Sum of RGB (Red+Green+Blue) = 4+57+189=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 189 (74.22% from 255 or 75.6% from 250); Max value from RGB is 189 - color contains mainly: blue. Hex color #0439BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0439BD is #FBC642. Grayscale: #373737. Windows color (decimal): -16500291 or 12400900. OLE color: 12400900.
HSL color Cylindrical-coordinate representation of color #0439BD: hue angle of 222.81º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0439BD is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 57 | 189 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.26 |
| HSL | 222.81º | 0.96% | 0.38% | - |
| HSV(B) | 222.81º | 0.98% | 0.74% | - |
| XYZ | 10.7 | 6.63 | 48.86 | - |
| YUV | 56.2 | 202.94 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 57 | 189 | 0.98 | 0.70 | 0 | 0.26 | 222.81 | 0.96 | 0.38 |
| Hex | 4 | 39 | BD | 62 | 46 | 0 | 1A | DF | 60 | 26 |
| Octal | 4 | 71 | 275 | 142 | 106 | 0 | 32 | 337 | 140 | 46 |
| Binary | 100 | 111001 | 10111101 | 1100010 | 1000110 | 0 | 11010 | 11011111 | 1100000 | 100110 |
Color Harmonies of #0439BD
Complementary color
Monochromatic Colors of #0439BD
Black with #0439BD
Text Example
Text Example
White with #0439BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0439BD; }
p { color: rgb(4,57,189); }
H1.HeaderClassName
{
color: #0439BD;
}
.AnyTagClassName
{
color: #0439BD;
}
</style>
background-color css
<style>
a { background-color: #0439BD; }
a { background-color: rgb(4,57,189); }
div.DivClassName
{
background-color: #0439BD;
}
.BgClassName
{
background-color: #0439BD;
}
</style>
border-color css
<style>
span { border-color: #0439BD; }
span { border-color: rgb(4,57,189); }
td.TdClassName
{
border-color: #0439BD;
}
.TagClassName
{
border-color: #0439BD;
}
</style>