Html Css Color HEX #0223AF International Klein Blue
📋 copy color: '#0223AF'red 2 ◦ green 35 ◦ blue 175
Shades of International Klein Blue #0223AF
Tints of International Klein Blue #0223AF
RGB
CMYK
RGB Variations
Color information
#0223AF (or 0x0223AF) is known color: International Klein Blue. HEX triplet: 02, 23 and AF. RGB value is (2,35,175). Sum of RGB (Red+Green+Blue) = 2+35+175=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 175 (68.75% from 255 or 82.55% from 212); Max value from RGB is 175 - color contains mainly: blue. Hex color #0223AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0223AF is #FDDC50. Grayscale: #282828. Windows color (decimal): -16637009 or 11477762. OLE color: 11477762.
HSL color Cylindrical-coordinate representation of color #0223AF: hue angle of 228.55º 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 #0223AF is Cyan = 0.99, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 35 | 175 | - |
| CMYK | 0.99 | 0.8 | 0 | 0.31 |
| HSL | 228.55º | 0.98% | 0.35% | - |
| HSV(B) | 228.55º | 0.99% | 0.69% | - |
| XYZ | 8.36 | 4.31 | 40.95 | - |
| YUV | 41.09 | 203.57 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 175 | 0.99 | 0.8 | 0 | 0.31 | 228.55 | 0.98 | 0.35 |
| Hex | 2 | 23 | AF | 63 | 50 | 0 | 1F | E5 | 62 | 23 |
| Octal | 2 | 43 | 257 | 143 | 120 | 0 | 37 | 345 | 142 | 43 |
| Binary | 10 | 100011 | 10101111 | 1100011 | 1010000 | 0 | 11111 | 11100101 | 1100010 | 100011 |
Color Harmonies of #0223AF
Complementary color
Monochromatic Colors of #0223AF
Black with #0223AF
Text Example
Text Example
White with #0223AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0223AF; }
p { color: rgb(2,35,175); }
H1.HeaderClassName
{
color: #0223AF;
}
.AnyTagClassName
{
color: #0223AF;
}
</style>
background-color css
<style>
a { background-color: #0223AF; }
a { background-color: rgb(2,35,175); }
div.DivClassName
{
background-color: #0223AF;
}
.BgClassName
{
background-color: #0223AF;
}
</style>
border-color css
<style>
span { border-color: #0223AF; }
span { border-color: rgb(2,35,175); }
td.TdClassName
{
border-color: #0223AF;
}
.TagClassName
{
border-color: #0223AF;
}
</style>