Html Css Color HEX #0230AD International Klein Blue
📋 copy color: '#0230AD'red 2 ◦ green 48 ◦ blue 173
Shades of International Klein Blue #0230AD
Tints of International Klein Blue #0230AD
RGB
CMYK
RGB Variations
Color information
#0230AD (or 0x0230AD) is known color: International Klein Blue. HEX triplet: 02, 30 and AD. RGB value is (2,48,173). Sum of RGB (Red+Green+Blue) = 2+48+173=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 173 (67.97% from 255 or 77.58% from 223); Max value from RGB is 173 - color contains mainly: blue. Hex color #0230AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0230AD is #FDCF52. Grayscale: #2F2F2F. Windows color (decimal): -16633683 or 11350018. OLE color: 11350018.
HSL color Cylindrical-coordinate representation of color #0230AD: hue angle of 223.86º 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 #0230AD is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 48 | 173 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.32 |
| HSL | 223.86º | 0.98% | 0.34% | - |
| HSV(B) | 223.86º | 0.99% | 0.68% | - |
| XYZ | 8.62 | 5.14 | 40.07 | - |
| YUV | 48.5 | 198.26 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 173 | 0.99 | 0.72 | 0 | 0.32 | 223.86 | 0.98 | 0.34 |
| Hex | 2 | 30 | AD | 63 | 48 | 0 | 20 | E0 | 62 | 22 |
| Octal | 2 | 60 | 255 | 143 | 110 | 0 | 40 | 340 | 142 | 42 |
| Binary | 10 | 110000 | 10101101 | 1100011 | 1001000 | 0 | 100000 | 11100000 | 1100010 | 100010 |
Color Harmonies of #0230AD
Complementary color
Monochromatic Colors of #0230AD
Black with #0230AD
Text Example
Text Example
White with #0230AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0230AD; }
p { color: rgb(2,48,173); }
H1.HeaderClassName
{
color: #0230AD;
}
.AnyTagClassName
{
color: #0230AD;
}
</style>
background-color css
<style>
a { background-color: #0230AD; }
a { background-color: rgb(2,48,173); }
div.DivClassName
{
background-color: #0230AD;
}
.BgClassName
{
background-color: #0230AD;
}
</style>
border-color css
<style>
span { border-color: #0230AD; }
span { border-color: rgb(2,48,173); }
td.TdClassName
{
border-color: #0230AD;
}
.TagClassName
{
border-color: #0230AD;
}
</style>