Html Css Color HEX #002DB9 International Klein Blue
📋 copy color: '#002DB9'red 0 ◦ green 45 ◦ blue 185
Shades of International Klein Blue #002DB9
Tints of International Klein Blue #002DB9
RGB
CMYK
RGB Variations
Color information
#002DB9 (or 0x002DB9) is known color: International Klein Blue. HEX triplet: 00, 2D and B9. RGB value is (0,45,185). Sum of RGB (Red+Green+Blue) = 0+45+185=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 185 (72.66% from 255 or 80.43% from 230); Max value from RGB is 185 - color contains mainly: blue. Hex color #002DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002DB9 is #FFD246. Grayscale: #2E2E2E. Windows color (decimal): -16765511 or 12135680. OLE color: 12135680.
HSL color Cylindrical-coordinate representation of color #002DB9: hue angle of 225.41º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DB9 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 45 | 185 | - |
| CMYK | 1 | 0.76 | 0 | 0.27 |
| HSL | 225.41º | 1% | 0.36% | - |
| HSV(B) | 225.41º | 1% | 0.73% | - |
| XYZ | 9.7 | 5.38 | 46.43 | - |
| YUV | 47.51 | 205.59 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 185 | 1 | 0.76 | 0 | 0.27 | 225.41 | 1 | 0.36 |
| Hex | 0 | 2D | B9 | 64 | 4C | 0 | 1B | E1 | 64 | 24 |
| Octal | 0 | 55 | 271 | 144 | 114 | 0 | 33 | 341 | 144 | 44 |
| Binary | 0 | 101101 | 10111001 | 1100100 | 1001100 | 0 | 11011 | 11100001 | 1100100 | 100100 |
Color Harmonies of #002DB9
Complementary color
Monochromatic Colors of #002DB9
Black with #002DB9
Text Example
Text Example
White with #002DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002DB9; }
p { color: rgb(0,45,185); }
H1.HeaderClassName
{
color: #002DB9;
}
.AnyTagClassName
{
color: #002DB9;
}
</style>
background-color css
<style>
a { background-color: #002DB9; }
a { background-color: rgb(0,45,185); }
div.DivClassName
{
background-color: #002DB9;
}
.BgClassName
{
background-color: #002DB9;
}
</style>
border-color css
<style>
span { border-color: #002DB9; }
span { border-color: rgb(0,45,185); }
td.TdClassName
{
border-color: #002DB9;
}
.TagClassName
{
border-color: #002DB9;
}
</style>