Html Css Color HEX #002CA6 International Klein Blue
📋 copy color: '#002CA6'red 0 ◦ green 44 ◦ blue 166
Shades of International Klein Blue #002CA6
Tints of International Klein Blue #002CA6
RGB
CMYK
RGB Variations
Color information
#002CA6 (or 0x002CA6) is known color: International Klein Blue. HEX triplet: 00, 2C and A6. RGB value is (0,44,166). Sum of RGB (Red+Green+Blue) = 0+44+166=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 166 (65.23% from 255 or 79.05% from 210); Max value from RGB is 166 - color contains mainly: blue. Hex color #002CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002CA6 is #FFD359. Grayscale: #2C2C2C. Windows color (decimal): -16765786 or 10890240. OLE color: 10890240.
HSL color Cylindrical-coordinate representation of color #002CA6: hue angle of 224.1º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002CA6 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 44 | 166 | - |
| CMYK | 1 | 0.73 | 0 | 0.35 |
| HSL | 224.1º | 1% | 0.33% | - |
| HSV(B) | 224.1º | 1% | 0.65% | - |
| XYZ | 7.78 | 4.55 | 36.55 | - |
| YUV | 44.75 | 196.42 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 166 | 1 | 0.73 | 0 | 0.35 | 224.1 | 1 | 0.33 |
| Hex | 0 | 2C | A6 | 64 | 49 | 0 | 23 | E0 | 64 | 21 |
| Octal | 0 | 54 | 246 | 144 | 111 | 0 | 43 | 340 | 144 | 41 |
| Binary | 0 | 101100 | 10100110 | 1100100 | 1001001 | 0 | 100011 | 11100000 | 1100100 | 100001 |
Color Harmonies of #002CA6
Complementary color
Monochromatic Colors of #002CA6
Black with #002CA6
Text Example
Text Example
White with #002CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002CA6; }
p { color: rgb(0,44,166); }
H1.HeaderClassName
{
color: #002CA6;
}
.AnyTagClassName
{
color: #002CA6;
}
</style>
background-color css
<style>
a { background-color: #002CA6; }
a { background-color: rgb(0,44,166); }
div.DivClassName
{
background-color: #002CA6;
}
.BgClassName
{
background-color: #002CA6;
}
</style>
border-color css
<style>
span { border-color: #002CA6; }
span { border-color: rgb(0,44,166); }
td.TdClassName
{
border-color: #002CA6;
}
.TagClassName
{
border-color: #002CA6;
}
</style>