Html Css Color HEX #022BA4 International Klein Blue
📋 copy color: '#022BA4'red 2 ◦ green 43 ◦ blue 164
Shades of International Klein Blue #022BA4
Tints of International Klein Blue #022BA4
RGB
CMYK
RGB Variations
Color information
#022BA4 (or 0x022BA4) is known color: International Klein Blue. HEX triplet: 02, 2B and A4. RGB value is (2,43,164). Sum of RGB (Red+Green+Blue) = 2+43+164=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 164 (64.45% from 255 or 78.47% from 209); Max value from RGB is 164 - color contains mainly: blue. Hex color #022BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022BA4 is #FDD45B. Grayscale: #2C2C2C. Windows color (decimal): -16634972 or 10758914. OLE color: 10758914.
HSL color Cylindrical-coordinate representation of color #022BA4: hue angle of 224.81º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022BA4 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 43 | 164 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.36 |
| HSL | 224.81º | 0.98% | 0.33% | - |
| HSV(B) | 224.81º | 0.99% | 0.64% | - |
| XYZ | 7.59 | 4.42 | 35.58 | - |
| YUV | 44.54 | 195.42 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 164 | 0.99 | 0.74 | 0 | 0.36 | 224.81 | 0.98 | 0.33 |
| Hex | 2 | 2B | A4 | 63 | 4A | 0 | 24 | E1 | 62 | 21 |
| Octal | 2 | 53 | 244 | 143 | 112 | 0 | 44 | 341 | 142 | 41 |
| Binary | 10 | 101011 | 10100100 | 1100011 | 1001010 | 0 | 100100 | 11100001 | 1100010 | 100001 |
Color Harmonies of #022BA4
Complementary color
Monochromatic Colors of #022BA4
Black with #022BA4
Text Example
Text Example
White with #022BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022BA4; }
p { color: rgb(2,43,164); }
H1.HeaderClassName
{
color: #022BA4;
}
.AnyTagClassName
{
color: #022BA4;
}
</style>
background-color css
<style>
a { background-color: #022BA4; }
a { background-color: rgb(2,43,164); }
div.DivClassName
{
background-color: #022BA4;
}
.BgClassName
{
background-color: #022BA4;
}
</style>
border-color css
<style>
span { border-color: #022BA4; }
span { border-color: rgb(2,43,164); }
td.TdClassName
{
border-color: #022BA4;
}
.TagClassName
{
border-color: #022BA4;
}
</style>