Html Css Color HEX #0239AD International Klein Blue
📋 copy color: '#0239AD'red 2 ◦ green 57 ◦ blue 173
Shades of International Klein Blue #0239AD
Tints of International Klein Blue #0239AD
RGB
CMYK
RGB Variations
Color information
#0239AD (or 0x0239AD) is known color: International Klein Blue. HEX triplet: 02, 39 and AD. RGB value is (2,57,173). Sum of RGB (Red+Green+Blue) = 2+57+173=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #0239AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0239AD is #FDC652. Grayscale: #353535. Windows color (decimal): -16631379 or 11352322. OLE color: 11352322.
HSL color Cylindrical-coordinate representation of color #0239AD: hue angle of 220.7º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0239AD is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 57 | 173 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.32 |
| HSL | 220.7º | 0.98% | 0.34% | - |
| HSV(B) | 220.7º | 0.99% | 0.68% | - |
| XYZ | 9.03 | 5.96 | 40.21 | - |
| YUV | 53.78 | 195.28 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 173 | 0.99 | 0.67 | 0 | 0.32 | 220.7 | 0.98 | 0.34 |
| Hex | 2 | 39 | AD | 63 | 43 | 0 | 20 | DD | 62 | 22 |
| Octal | 2 | 71 | 255 | 143 | 103 | 0 | 40 | 335 | 142 | 42 |
| Binary | 10 | 111001 | 10101101 | 1100011 | 1000011 | 0 | 100000 | 11011101 | 1100010 | 100010 |
Color Harmonies of #0239AD
Complementary color
Monochromatic Colors of #0239AD
Black with #0239AD
Text Example
Text Example
White with #0239AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0239AD; }
p { color: rgb(2,57,173); }
H1.HeaderClassName
{
color: #0239AD;
}
.AnyTagClassName
{
color: #0239AD;
}
</style>
background-color css
<style>
a { background-color: #0239AD; }
a { background-color: rgb(2,57,173); }
div.DivClassName
{
background-color: #0239AD;
}
.BgClassName
{
background-color: #0239AD;
}
</style>
border-color css
<style>
span { border-color: #0239AD; }
span { border-color: rgb(2,57,173); }
td.TdClassName
{
border-color: #0239AD;
}
.TagClassName
{
border-color: #0239AD;
}
</style>