Html Css Color HEX #002DB4 International Klein Blue
📋 copy color: '#002DB4'red 0 ◦ green 45 ◦ blue 180
Shades of International Klein Blue #002DB4
Tints of International Klein Blue #002DB4
RGB
CMYK
RGB Variations
Color information
#002DB4 (or 0x002DB4) is known color: International Klein Blue. HEX triplet: 00, 2D and B4. RGB value is (0,45,180). Sum of RGB (Red+Green+Blue) = 0+45+180=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 180 (70.70% from 255 or 80% from 225); Max value from RGB is 180 - color contains mainly: blue. Hex color #002DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002DB4 is #FFD24B. Grayscale: #2E2E2E. Windows color (decimal): -16765516 or 11808000. OLE color: 11808000.
HSL color Cylindrical-coordinate representation of color #002DB4: hue angle of 225º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DB4 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 45 | 180 | - |
| CMYK | 1 | 0.75 | 0 | 0.29 |
| HSL | 225º | 1% | 0.35% | - |
| HSV(B) | 225º | 1% | 0.71% | - |
| XYZ | 9.18 | 5.17 | 43.69 | - |
| YUV | 46.94 | 203.09 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 180 | 1 | 0.75 | 0 | 0.29 | 225 | 1 | 0.35 |
| Hex | 0 | 2D | B4 | 64 | 4B | 0 | 1D | E1 | 64 | 23 |
| Octal | 0 | 55 | 264 | 144 | 113 | 0 | 35 | 341 | 144 | 43 |
| Binary | 0 | 101101 | 10110100 | 1100100 | 1001011 | 0 | 11101 | 11100001 | 1100100 | 100011 |
Color Harmonies of #002DB4
Complementary color
Monochromatic Colors of #002DB4
Black with #002DB4
Text Example
Text Example
White with #002DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002DB4; }
p { color: rgb(0,45,180); }
H1.HeaderClassName
{
color: #002DB4;
}
.AnyTagClassName
{
color: #002DB4;
}
</style>
background-color css
<style>
a { background-color: #002DB4; }
a { background-color: rgb(0,45,180); }
div.DivClassName
{
background-color: #002DB4;
}
.BgClassName
{
background-color: #002DB4;
}
</style>
border-color css
<style>
span { border-color: #002DB4; }
span { border-color: rgb(0,45,180); }
td.TdClassName
{
border-color: #002DB4;
}
.TagClassName
{
border-color: #002DB4;
}
</style>