Html Css Color HEX #0218A5 International Klein Blue
📋 copy color: '#0218A5'red 2 ◦ green 24 ◦ blue 165
Shades of International Klein Blue #0218A5
Tints of International Klein Blue #0218A5
RGB
CMYK
RGB Variations
Color information
#0218A5 (or 0x0218A5) is known color: International Klein Blue. HEX triplet: 02, 18 and A5. RGB value is (2,24,165). Sum of RGB (Red+Green+Blue) = 2+24+165=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 165 (64.84% from 255 or 86.39% from 191); Max value from RGB is 165 - color contains mainly: blue. Hex color #0218A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0218A5 is #FDE75A. Grayscale: #202020. Windows color (decimal): -16639835 or 10819586. OLE color: 10819586.
HSL color Cylindrical-coordinate representation of color #0218A5: hue angle of 231.9º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0218A5 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 24 | 165 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.35 |
| HSL | 231.9º | 0.98% | 0.33% | - |
| HSV(B) | 231.9º | 0.99% | 0.65% | - |
| XYZ | 7.14 | 3.38 | 35.87 | - |
| YUV | 33.5 | 202.21 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 165 | 0.99 | 0.85 | 0 | 0.35 | 231.9 | 0.98 | 0.33 |
| Hex | 2 | 18 | A5 | 63 | 55 | 0 | 23 | E8 | 62 | 21 |
| Octal | 2 | 30 | 245 | 143 | 125 | 0 | 43 | 350 | 142 | 41 |
| Binary | 10 | 11000 | 10100101 | 1100011 | 1010101 | 0 | 100011 | 11101000 | 1100010 | 100001 |
Color Harmonies of #0218A5
Complementary color
Monochromatic Colors of #0218A5
Black with #0218A5
Text Example
Text Example
White with #0218A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0218A5; }
p { color: rgb(2,24,165); }
H1.HeaderClassName
{
color: #0218A5;
}
.AnyTagClassName
{
color: #0218A5;
}
</style>
background-color css
<style>
a { background-color: #0218A5; }
a { background-color: rgb(2,24,165); }
div.DivClassName
{
background-color: #0218A5;
}
.BgClassName
{
background-color: #0218A5;
}
</style>
border-color css
<style>
span { border-color: #0218A5; }
span { border-color: rgb(2,24,165); }
td.TdClassName
{
border-color: #0218A5;
}
.TagClassName
{
border-color: #0218A5;
}
</style>