Html Css Color HEX #0234AD International Klein Blue
📋 copy color: '#0234AD'red 2 ◦ green 52 ◦ blue 173
Shades of International Klein Blue #0234AD
Tints of International Klein Blue #0234AD
RGB
CMYK
RGB Variations
Color information
#0234AD (or 0x0234AD) is known color: International Klein Blue. HEX triplet: 02, 34 and AD. RGB value is (2,52,173). Sum of RGB (Red+Green+Blue) = 2+52+173=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #0234AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0234AD is #FDCB52. Grayscale: #323232. Windows color (decimal): -16632659 or 11351042. OLE color: 11351042.
HSL color Cylindrical-coordinate representation of color #0234AD: hue angle of 222.46º 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 #0234AD is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 52 | 173 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.32 |
| HSL | 222.46º | 0.98% | 0.34% | - |
| HSV(B) | 222.46º | 0.99% | 0.68% | - |
| XYZ | 8.8 | 5.49 | 40.13 | - |
| YUV | 50.84 | 196.94 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 173 | 0.99 | 0.70 | 0 | 0.32 | 222.46 | 0.98 | 0.34 |
| Hex | 2 | 34 | AD | 63 | 46 | 0 | 20 | DE | 62 | 22 |
| Octal | 2 | 64 | 255 | 143 | 106 | 0 | 40 | 336 | 142 | 42 |
| Binary | 10 | 110100 | 10101101 | 1100011 | 1000110 | 0 | 100000 | 11011110 | 1100010 | 100010 |
Color Harmonies of #0234AD
Complementary color
Monochromatic Colors of #0234AD
Black with #0234AD
Text Example
Text Example
White with #0234AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0234AD; }
p { color: rgb(2,52,173); }
H1.HeaderClassName
{
color: #0234AD;
}
.AnyTagClassName
{
color: #0234AD;
}
</style>
background-color css
<style>
a { background-color: #0234AD; }
a { background-color: rgb(2,52,173); }
div.DivClassName
{
background-color: #0234AD;
}
.BgClassName
{
background-color: #0234AD;
}
</style>
border-color css
<style>
span { border-color: #0234AD; }
span { border-color: rgb(2,52,173); }
td.TdClassName
{
border-color: #0234AD;
}
.TagClassName
{
border-color: #0234AD;
}
</style>