Html Css Color HEX #002DAE International Klein Blue
📋 copy color: '#002DAE'red 0 ◦ green 45 ◦ blue 174
Shades of International Klein Blue #002DAE
Tints of International Klein Blue #002DAE
RGB
CMYK
RGB Variations
Color information
#002DAE (or 0x002DAE) is known color: International Klein Blue. HEX triplet: 00, 2D and AE. RGB value is (0,45,174). Sum of RGB (Red+Green+Blue) = 0+45+174=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 174 (68.36% from 255 or 79.45% from 219); Max value from RGB is 174 - color contains mainly: blue. Hex color #002DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002DAE is #FFD251. Grayscale: #2D2D2D. Windows color (decimal): -16765522 or 11414784. OLE color: 11414784.
HSL color Cylindrical-coordinate representation of color #002DAE: hue angle of 224.48º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DAE is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 45 | 174 | - |
| CMYK | 1 | 0.74 | 0 | 0.32 |
| HSL | 224.48º | 1% | 0.34% | - |
| HSV(B) | 224.48º | 1% | 0.68% | - |
| XYZ | 8.58 | 4.93 | 40.54 | - |
| YUV | 46.25 | 200.09 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 174 | 1 | 0.74 | 0 | 0.32 | 224.48 | 1 | 0.34 |
| Hex | 0 | 2D | AE | 64 | 4A | 0 | 20 | E0 | 64 | 22 |
| Octal | 0 | 55 | 256 | 144 | 112 | 0 | 40 | 340 | 144 | 42 |
| Binary | 0 | 101101 | 10101110 | 1100100 | 1001010 | 0 | 100000 | 11100000 | 1100100 | 100010 |
Color Harmonies of #002DAE
Complementary color
Monochromatic Colors of #002DAE
Black with #002DAE
Text Example
Text Example
White with #002DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002DAE; }
p { color: rgb(0,45,174); }
H1.HeaderClassName
{
color: #002DAE;
}
.AnyTagClassName
{
color: #002DAE;
}
</style>
background-color css
<style>
a { background-color: #002DAE; }
a { background-color: rgb(0,45,174); }
div.DivClassName
{
background-color: #002DAE;
}
.BgClassName
{
background-color: #002DAE;
}
</style>
border-color css
<style>
span { border-color: #002DAE; }
span { border-color: rgb(0,45,174); }
td.TdClassName
{
border-color: #002DAE;
}
.TagClassName
{
border-color: #002DAE;
}
</style>