Html Css Color HEX #002CA2 International Klein Blue
📋 copy color: '#002CA2'red 0 ◦ green 44 ◦ blue 162
Shades of International Klein Blue #002CA2
Tints of International Klein Blue #002CA2
RGB
CMYK
RGB Variations
Color information
#002CA2 (or 0x002CA2) is known color: International Klein Blue. HEX triplet: 00, 2C and A2. RGB value is (0,44,162). Sum of RGB (Red+Green+Blue) = 0+44+162=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 162 (63.67% from 255 or 78.64% from 206); Max value from RGB is 162 - color contains mainly: blue. Hex color #002CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002CA2 is #FFD35D. Grayscale: #2B2B2B. Windows color (decimal): -16765790 or 10628096. OLE color: 10628096.
HSL color Cylindrical-coordinate representation of color #002CA2: hue angle of 223.7º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002CA2 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 44 | 162 | - |
| CMYK | 1 | 0.73 | 0 | 0.36 |
| HSL | 223.7º | 1% | 0.32% | - |
| HSV(B) | 223.7º | 1% | 0.64% | - |
| XYZ | 7.42 | 4.41 | 34.64 | - |
| YUV | 44.3 | 194.42 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 162 | 1 | 0.73 | 0 | 0.36 | 223.7 | 1 | 0.32 |
| Hex | 0 | 2C | A2 | 64 | 49 | 0 | 24 | E0 | 64 | 20 |
| Octal | 0 | 54 | 242 | 144 | 111 | 0 | 44 | 340 | 144 | 40 |
| Binary | 0 | 101100 | 10100010 | 1100100 | 1001001 | 0 | 100100 | 11100000 | 1100100 | 100000 |
Color Harmonies of #002CA2
Complementary color
Monochromatic Colors of #002CA2
Black with #002CA2
Text Example
Text Example
White with #002CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002CA2; }
p { color: rgb(0,44,162); }
H1.HeaderClassName
{
color: #002CA2;
}
.AnyTagClassName
{
color: #002CA2;
}
</style>
background-color css
<style>
a { background-color: #002CA2; }
a { background-color: rgb(0,44,162); }
div.DivClassName
{
background-color: #002CA2;
}
.BgClassName
{
background-color: #002CA2;
}
</style>
border-color css
<style>
span { border-color: #002CA2; }
span { border-color: rgb(0,44,162); }
td.TdClassName
{
border-color: #002CA2;
}
.TagClassName
{
border-color: #002CA2;
}
</style>