Html Css Color HEX #002FAC International Klein Blue
📋 copy color: '#002FAC'red 0 ◦ green 47 ◦ blue 172
Shades of International Klein Blue #002FAC
Tints of International Klein Blue #002FAC
RGB
CMYK
RGB Variations
Color information
#002FAC (or 0x002FAC) is known color: International Klein Blue. HEX triplet: 00, 2F and AC. RGB value is (0,47,172). Sum of RGB (Red+Green+Blue) = 0+47+172=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #002FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002FAC is #FFD053. Grayscale: #2E2E2E. Windows color (decimal): -16765012 or 11284224. OLE color: 11284224.
HSL color Cylindrical-coordinate representation of color #002FAC: hue angle of 223.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002FAC is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 47 | 172 | - |
| CMYK | 1 | 0.73 | 0 | 0.33 |
| HSL | 223.6º | 1% | 0.34% | - |
| HSV(B) | 223.6º | 1% | 0.67% | - |
| XYZ | 8.46 | 5.01 | 39.55 | - |
| YUV | 47.2 | 198.43 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 172 | 1 | 0.73 | 0 | 0.33 | 223.6 | 1 | 0.34 |
| Hex | 0 | 2F | AC | 64 | 49 | 0 | 21 | E0 | 64 | 22 |
| Octal | 0 | 57 | 254 | 144 | 111 | 0 | 41 | 340 | 144 | 42 |
| Binary | 0 | 101111 | 10101100 | 1100100 | 1001001 | 0 | 100001 | 11100000 | 1100100 | 100010 |
Color Harmonies of #002FAC
Complementary color
Monochromatic Colors of #002FAC
Black with #002FAC
Text Example
Text Example
White with #002FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002FAC; }
p { color: rgb(0,47,172); }
H1.HeaderClassName
{
color: #002FAC;
}
.AnyTagClassName
{
color: #002FAC;
}
</style>
background-color css
<style>
a { background-color: #002FAC; }
a { background-color: rgb(0,47,172); }
div.DivClassName
{
background-color: #002FAC;
}
.BgClassName
{
background-color: #002FAC;
}
</style>
border-color css
<style>
span { border-color: #002FAC; }
span { border-color: rgb(0,47,172); }
td.TdClassName
{
border-color: #002FAC;
}
.TagClassName
{
border-color: #002FAC;
}
</style>