Html Css Color HEX #002AB7 International Klein Blue
📋 copy color: '#002AB7'red 0 ◦ green 42 ◦ blue 183
Shades of International Klein Blue #002AB7
Tints of International Klein Blue #002AB7
RGB
CMYK
RGB Variations
Color information
#002AB7 (or 0x002AB7) is known color: International Klein Blue. HEX triplet: 00, 2A and B7. RGB value is (0,42,183). Sum of RGB (Red+Green+Blue) = 0+42+183=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 183 (71.88% from 255 or 81.33% from 225); Max value from RGB is 183 - color contains mainly: blue. Hex color #002AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002AB7 is #FFD548. Grayscale: #2C2C2C. Windows color (decimal): -16766281 or 12003840. OLE color: 12003840.
HSL color Cylindrical-coordinate representation of color #002AB7: hue angle of 226.23º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002AB7 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 42 | 183 | - |
| CMYK | 1 | 0.77 | 0 | 0.28 |
| HSL | 226.23º | 1% | 0.36% | - |
| HSV(B) | 226.23º | 1% | 0.72% | - |
| XYZ | 9.38 | 5.07 | 45.29 | - |
| YUV | 45.52 | 205.59 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 183 | 1 | 0.77 | 0 | 0.28 | 226.23 | 1 | 0.36 |
| Hex | 0 | 2A | B7 | 64 | 4D | 0 | 1C | E2 | 64 | 24 |
| Octal | 0 | 52 | 267 | 144 | 115 | 0 | 34 | 342 | 144 | 44 |
| Binary | 0 | 101010 | 10110111 | 1100100 | 1001101 | 0 | 11100 | 11100010 | 1100100 | 100100 |
Color Harmonies of #002AB7
Complementary color
Monochromatic Colors of #002AB7
Black with #002AB7
Text Example
Text Example
White with #002AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002AB7; }
p { color: rgb(0,42,183); }
H1.HeaderClassName
{
color: #002AB7;
}
.AnyTagClassName
{
color: #002AB7;
}
</style>
background-color css
<style>
a { background-color: #002AB7; }
a { background-color: rgb(0,42,183); }
div.DivClassName
{
background-color: #002AB7;
}
.BgClassName
{
background-color: #002AB7;
}
</style>
border-color css
<style>
span { border-color: #002AB7; }
span { border-color: rgb(0,42,183); }
td.TdClassName
{
border-color: #002AB7;
}
.TagClassName
{
border-color: #002AB7;
}
</style>