Html Css Color HEX #0239AF International Klein Blue
📋 copy color: '#0239AF'red 2 ◦ green 57 ◦ blue 175
Shades of International Klein Blue #0239AF
Tints of International Klein Blue #0239AF
RGB
CMYK
RGB Variations
Color information
#0239AF (or 0x0239AF) is known color: International Klein Blue. HEX triplet: 02, 39 and AF. RGB value is (2,57,175). Sum of RGB (Red+Green+Blue) = 2+57+175=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 175 (68.75% from 255 or 74.79% from 234); Max value from RGB is 175 - color contains mainly: blue. Hex color #0239AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0239AF is #FDC650. Grayscale: #353535. Windows color (decimal): -16631377 or 11483394. OLE color: 11483394.
HSL color Cylindrical-coordinate representation of color #0239AF: hue angle of 220.92º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0239AF is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 57 | 175 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.31 |
| HSL | 220.92º | 0.98% | 0.35% | - |
| HSV(B) | 220.92º | 0.99% | 0.69% | - |
| XYZ | 9.23 | 6.03 | 41.24 | - |
| YUV | 54.01 | 196.28 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 175 | 0.99 | 0.67 | 0 | 0.31 | 220.92 | 0.98 | 0.35 |
| Hex | 2 | 39 | AF | 63 | 43 | 0 | 1F | DD | 62 | 23 |
| Octal | 2 | 71 | 257 | 143 | 103 | 0 | 37 | 335 | 142 | 43 |
| Binary | 10 | 111001 | 10101111 | 1100011 | 1000011 | 0 | 11111 | 11011101 | 1100010 | 100011 |
Color Harmonies of #0239AF
Complementary color
Monochromatic Colors of #0239AF
Black with #0239AF
Text Example
Text Example
White with #0239AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0239AF; }
p { color: rgb(2,57,175); }
H1.HeaderClassName
{
color: #0239AF;
}
.AnyTagClassName
{
color: #0239AF;
}
</style>
background-color css
<style>
a { background-color: #0239AF; }
a { background-color: rgb(2,57,175); }
div.DivClassName
{
background-color: #0239AF;
}
.BgClassName
{
background-color: #0239AF;
}
</style>
border-color css
<style>
span { border-color: #0239AF; }
span { border-color: rgb(2,57,175); }
td.TdClassName
{
border-color: #0239AF;
}
.TagClassName
{
border-color: #0239AF;
}
</style>