Html Css Color HEX #0439AF International Klein Blue
📋 copy color: '#0439AF'red 4 ◦ green 57 ◦ blue 175
Shades of International Klein Blue #0439AF
Tints of International Klein Blue #0439AF
RGB
CMYK
RGB Variations
Color information
#0439AF (or 0x0439AF) is known color: International Klein Blue. HEX triplet: 04, 39 and AF. RGB value is (4,57,175). Sum of RGB (Red+Green+Blue) = 4+57+175=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #0439AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0439AF is #FBC650. Grayscale: #363636. Windows color (decimal): -16500305 or 11483396. OLE color: 11483396.
HSL color Cylindrical-coordinate representation of color #0439AF: hue angle of 221.4º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0439AF is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 57 | 175 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.31 |
| HSL | 221.4º | 0.96% | 0.35% | - |
| HSV(B) | 221.4º | 0.98% | 0.69% | - |
| XYZ | 9.25 | 6.05 | 41.24 | - |
| YUV | 54.61 | 195.94 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 57 | 175 | 0.98 | 0.67 | 0 | 0.31 | 221.4 | 0.96 | 0.35 |
| Hex | 4 | 39 | AF | 62 | 43 | 0 | 1F | DD | 60 | 23 |
| Octal | 4 | 71 | 257 | 142 | 103 | 0 | 37 | 335 | 140 | 43 |
| Binary | 100 | 111001 | 10101111 | 1100010 | 1000011 | 0 | 11111 | 11011101 | 1100000 | 100011 |
Color Harmonies of #0439AF
Complementary color
Monochromatic Colors of #0439AF
Black with #0439AF
Text Example
Text Example
White with #0439AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0439AF; }
p { color: rgb(4,57,175); }
H1.HeaderClassName
{
color: #0439AF;
}
.AnyTagClassName
{
color: #0439AF;
}
</style>
background-color css
<style>
a { background-color: #0439AF; }
a { background-color: rgb(4,57,175); }
div.DivClassName
{
background-color: #0439AF;
}
.BgClassName
{
background-color: #0439AF;
}
</style>
border-color css
<style>
span { border-color: #0439AF; }
span { border-color: rgb(4,57,175); }
td.TdClassName
{
border-color: #0439AF;
}
.TagClassName
{
border-color: #0439AF;
}
</style>