Html Css Color HEX #002DA0 International Klein Blue
📋 copy color: '#002DA0'red 0 ◦ green 45 ◦ blue 160
Shades of International Klein Blue #002DA0
Tints of International Klein Blue #002DA0
RGB
CMYK
RGB Variations
Color information
#002DA0 (or 0x002DA0) is known color: International Klein Blue. HEX triplet: 00, 2D and A0. RGB value is (0,45,160). Sum of RGB (Red+Green+Blue) = 0+45+160=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 160 (62.89% from 255 or 78.05% from 205); Max value from RGB is 160 - color contains mainly: blue. Hex color #002DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002DA0 is #FFD25F. Grayscale: #2C2C2C. Windows color (decimal): -16765536 or 10497280. OLE color: 10497280.
HSL color Cylindrical-coordinate representation of color #002DA0: hue angle of 223.12º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DA0 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 45 | 160 | - |
| CMYK | 1 | 0.72 | 0 | 0.37 |
| HSL | 223.13º | 1% | 0.31% | - |
| HSV(B) | 223.13º | 1% | 0.63% | - |
| XYZ | 7.28 | 4.41 | 33.73 | - |
| YUV | 44.66 | 193.09 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 160 | 1 | 0.72 | 0 | 0.37 | 223.13 | 1 | 0.31 |
| Hex | 0 | 2D | A0 | 64 | 48 | 0 | 25 | DF | 64 | 1F |
| Octal | 0 | 55 | 240 | 144 | 110 | 0 | 45 | 337 | 144 | 37 |
| Binary | 0 | 101101 | 10100000 | 1100100 | 1001000 | 0 | 100101 | 11011111 | 1100100 | 11111 |
Color Harmonies of #002DA0
Complementary color
Monochromatic Colors of #002DA0
Black with #002DA0
Text Example
Text Example
White with #002DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002DA0; }
p { color: rgb(0,45,160); }
H1.HeaderClassName
{
color: #002DA0;
}
.AnyTagClassName
{
color: #002DA0;
}
</style>
background-color css
<style>
a { background-color: #002DA0; }
a { background-color: rgb(0,45,160); }
div.DivClassName
{
background-color: #002DA0;
}
.BgClassName
{
background-color: #002DA0;
}
</style>
border-color css
<style>
span { border-color: #002DA0; }
span { border-color: rgb(0,45,160); }
td.TdClassName
{
border-color: #002DA0;
}
.TagClassName
{
border-color: #002DA0;
}
</style>