Html Css Color HEX #022DB3 International Klein Blue
📋 copy color: '#022DB3'red 2 ◦ green 45 ◦ blue 179
Shades of International Klein Blue #022DB3
Tints of International Klein Blue #022DB3
RGB
CMYK
RGB Variations
Color information
#022DB3 (or 0x022DB3) is known color: International Klein Blue. HEX triplet: 02, 2D and B3. RGB value is (2,45,179). Sum of RGB (Red+Green+Blue) = 2+45+179=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 179 (70.31% from 255 or 79.20% from 226); Max value from RGB is 179 - color contains mainly: blue. Hex color #022DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022DB3 is #FDD24C. Grayscale: #2E2E2E. Windows color (decimal): -16634445 or 11742466. OLE color: 11742466.
HSL color Cylindrical-coordinate representation of color #022DB3: hue angle of 225.42º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022DB3 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 45 | 179 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.30 |
| HSL | 225.42º | 0.98% | 0.35% | - |
| HSV(B) | 225.42º | 0.99% | 0.7% | - |
| XYZ | 9.1 | 5.14 | 43.16 | - |
| YUV | 47.42 | 202.25 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 179 | 0.99 | 0.75 | 0 | 0.30 | 225.42 | 0.98 | 0.35 |
| Hex | 2 | 2D | B3 | 63 | 4B | 0 | 1E | E1 | 62 | 23 |
| Octal | 2 | 55 | 263 | 143 | 113 | 0 | 36 | 341 | 142 | 43 |
| Binary | 10 | 101101 | 10110011 | 1100011 | 1001011 | 0 | 11110 | 11100001 | 1100010 | 100011 |
Color Harmonies of #022DB3
Complementary color
Monochromatic Colors of #022DB3
Black with #022DB3
Text Example
Text Example
White with #022DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022DB3; }
p { color: rgb(2,45,179); }
H1.HeaderClassName
{
color: #022DB3;
}
.AnyTagClassName
{
color: #022DB3;
}
</style>
background-color css
<style>
a { background-color: #022DB3; }
a { background-color: rgb(2,45,179); }
div.DivClassName
{
background-color: #022DB3;
}
.BgClassName
{
background-color: #022DB3;
}
</style>
border-color css
<style>
span { border-color: #022DB3; }
span { border-color: rgb(2,45,179); }
td.TdClassName
{
border-color: #022DB3;
}
.TagClassName
{
border-color: #022DB3;
}
</style>