Html Css Color HEX #0228AF International Klein Blue
📋 copy color: '#0228AF'red 2 ◦ green 40 ◦ blue 175
Shades of International Klein Blue #0228AF
Tints of International Klein Blue #0228AF
RGB
CMYK
RGB Variations
Color information
#0228AF (or 0x0228AF) is known color: International Klein Blue. HEX triplet: 02, 28 and AF. RGB value is (2,40,175). Sum of RGB (Red+Green+Blue) = 2+40+175=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 175 (68.75% from 255 or 80.65% from 217); Max value from RGB is 175 - color contains mainly: blue. Hex color #0228AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0228AF is #FDD750. Grayscale: #2B2B2B. Windows color (decimal): -16635729 or 11479042. OLE color: 11479042.
HSL color Cylindrical-coordinate representation of color #0228AF: hue angle of 226.82º 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 #0228AF is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 40 | 175 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.31 |
| HSL | 226.82º | 0.98% | 0.35% | - |
| HSV(B) | 226.82º | 0.99% | 0.69% | - |
| XYZ | 8.52 | 4.63 | 41 | - |
| YUV | 44.03 | 201.91 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 175 | 0.99 | 0.77 | 0 | 0.31 | 226.82 | 0.98 | 0.35 |
| Hex | 2 | 28 | AF | 63 | 4D | 0 | 1F | E3 | 62 | 23 |
| Octal | 2 | 50 | 257 | 143 | 115 | 0 | 37 | 343 | 142 | 43 |
| Binary | 10 | 101000 | 10101111 | 1100011 | 1001101 | 0 | 11111 | 11100011 | 1100010 | 100011 |
Color Harmonies of #0228AF
Complementary color
Monochromatic Colors of #0228AF
Black with #0228AF
Text Example
Text Example
White with #0228AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0228AF; }
p { color: rgb(2,40,175); }
H1.HeaderClassName
{
color: #0228AF;
}
.AnyTagClassName
{
color: #0228AF;
}
</style>
background-color css
<style>
a { background-color: #0228AF; }
a { background-color: rgb(2,40,175); }
div.DivClassName
{
background-color: #0228AF;
}
.BgClassName
{
background-color: #0228AF;
}
</style>
border-color css
<style>
span { border-color: #0228AF; }
span { border-color: rgb(2,40,175); }
td.TdClassName
{
border-color: #0228AF;
}
.TagClassName
{
border-color: #0228AF;
}
</style>