Html Css Color HEX #002BA9 International Klein Blue
📋 copy color: '#002BA9'red 0 ◦ green 43 ◦ blue 169
Shades of International Klein Blue #002BA9
Tints of International Klein Blue #002BA9
RGB
CMYK
RGB Variations
Color information
#002BA9 (or 0x002BA9) is known color: International Klein Blue. HEX triplet: 00, 2B and A9. RGB value is (0,43,169). Sum of RGB (Red+Green+Blue) = 0+43+169=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 169 (66.41% from 255 or 79.72% from 212); Max value from RGB is 169 - color contains mainly: blue. Hex color #002BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002BA9 is #FFD456. Grayscale: #2B2B2B. Windows color (decimal): -16766039 or 11086592. OLE color: 11086592.
HSL color Cylindrical-coordinate representation of color #002BA9: hue angle of 224.73º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002BA9 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 43 | 169 | - |
| CMYK | 1 | 0.75 | 0 | 0.34 |
| HSL | 224.73º | 1% | 0.33% | - |
| HSV(B) | 224.73º | 1% | 0.66% | - |
| XYZ | 8.03 | 4.59 | 38 | - |
| YUV | 44.51 | 198.25 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 169 | 1 | 0.75 | 0 | 0.34 | 224.73 | 1 | 0.33 |
| Hex | 0 | 2B | A9 | 64 | 4B | 0 | 22 | E1 | 64 | 21 |
| Octal | 0 | 53 | 251 | 144 | 113 | 0 | 42 | 341 | 144 | 41 |
| Binary | 0 | 101011 | 10101001 | 1100100 | 1001011 | 0 | 100010 | 11100001 | 1100100 | 100001 |
Color Harmonies of #002BA9
Complementary color
Monochromatic Colors of #002BA9
Black with #002BA9
Text Example
Text Example
White with #002BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002BA9; }
p { color: rgb(0,43,169); }
H1.HeaderClassName
{
color: #002BA9;
}
.AnyTagClassName
{
color: #002BA9;
}
</style>
background-color css
<style>
a { background-color: #002BA9; }
a { background-color: rgb(0,43,169); }
div.DivClassName
{
background-color: #002BA9;
}
.BgClassName
{
background-color: #002BA9;
}
</style>
border-color css
<style>
span { border-color: #002BA9; }
span { border-color: rgb(0,43,169); }
td.TdClassName
{
border-color: #002BA9;
}
.TagClassName
{
border-color: #002BA9;
}
</style>