Html Css Color HEX #022DA5 International Klein Blue
📋 copy color: '#022DA5'red 2 ◦ green 45 ◦ blue 165
Shades of International Klein Blue #022DA5
Tints of International Klein Blue #022DA5
RGB
CMYK
RGB Variations
Color information
#022DA5 (or 0x022DA5) is known color: International Klein Blue. HEX triplet: 02, 2D and A5. RGB value is (2,45,165). Sum of RGB (Red+Green+Blue) = 2+45+165=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 165 (64.84% from 255 or 77.83% from 212); Max value from RGB is 165 - color contains mainly: blue. Hex color #022DA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022DA5 is #FDD25A. Grayscale: #2D2D2D. Windows color (decimal): -16634459 or 10824962. OLE color: 10824962.
HSL color Cylindrical-coordinate representation of color #022DA5: hue angle of 224.17º 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 #022DA5 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 45 | 165 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.35 |
| HSL | 224.17º | 0.98% | 0.33% | - |
| HSV(B) | 224.17º | 0.99% | 0.65% | - |
| XYZ | 7.75 | 4.61 | 36.08 | - |
| YUV | 45.82 | 195.25 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 165 | 0.99 | 0.73 | 0 | 0.35 | 224.17 | 0.98 | 0.33 |
| Hex | 2 | 2D | A5 | 63 | 49 | 0 | 23 | E0 | 62 | 21 |
| Octal | 2 | 55 | 245 | 143 | 111 | 0 | 43 | 340 | 142 | 41 |
| Binary | 10 | 101101 | 10100101 | 1100011 | 1001001 | 0 | 100011 | 11100000 | 1100010 | 100001 |
Color Harmonies of #022DA5
Complementary color
Monochromatic Colors of #022DA5
Black with #022DA5
Text Example
Text Example
White with #022DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022DA5; }
p { color: rgb(2,45,165); }
H1.HeaderClassName
{
color: #022DA5;
}
.AnyTagClassName
{
color: #022DA5;
}
</style>
background-color css
<style>
a { background-color: #022DA5; }
a { background-color: rgb(2,45,165); }
div.DivClassName
{
background-color: #022DA5;
}
.BgClassName
{
background-color: #022DA5;
}
</style>
border-color css
<style>
span { border-color: #022DA5; }
span { border-color: rgb(2,45,165); }
td.TdClassName
{
border-color: #022DA5;
}
.TagClassName
{
border-color: #022DA5;
}
</style>