Html Css Color HEX #002DB0 International Klein Blue
📋 copy color: '#002DB0'red 0 ◦ green 45 ◦ blue 176
Shades of International Klein Blue #002DB0
Tints of International Klein Blue #002DB0
RGB
CMYK
RGB Variations
Color information
#002DB0 (or 0x002DB0) is known color: International Klein Blue. HEX triplet: 00, 2D and B0. RGB value is (0,45,176). Sum of RGB (Red+Green+Blue) = 0+45+176=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 176 (69.14% from 255 or 79.64% from 221); Max value from RGB is 176 - color contains mainly: blue. Hex color #002DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002DB0 is #FFD24F. Grayscale: #2D2D2D. Windows color (decimal): -16765520 or 11545856. OLE color: 11545856.
HSL color Cylindrical-coordinate representation of color #002DB0: hue angle of 224.66º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DB0 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 45 | 176 | - |
| CMYK | 1 | 0.74 | 0 | 0.31 |
| HSL | 224.66º | 1% | 0.35% | - |
| HSV(B) | 224.66º | 1% | 0.69% | - |
| XYZ | 8.77 | 5.01 | 41.58 | - |
| YUV | 46.48 | 201.09 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 176 | 1 | 0.74 | 0 | 0.31 | 224.66 | 1 | 0.35 |
| Hex | 0 | 2D | B0 | 64 | 4A | 0 | 1F | E1 | 64 | 23 |
| Octal | 0 | 55 | 260 | 144 | 112 | 0 | 37 | 341 | 144 | 43 |
| Binary | 0 | 101101 | 10110000 | 1100100 | 1001010 | 0 | 11111 | 11100001 | 1100100 | 100011 |
Color Harmonies of #002DB0
Complementary color
Monochromatic Colors of #002DB0
Black with #002DB0
Text Example
Text Example
White with #002DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002DB0; }
p { color: rgb(0,45,176); }
H1.HeaderClassName
{
color: #002DB0;
}
.AnyTagClassName
{
color: #002DB0;
}
</style>
background-color css
<style>
a { background-color: #002DB0; }
a { background-color: rgb(0,45,176); }
div.DivClassName
{
background-color: #002DB0;
}
.BgClassName
{
background-color: #002DB0;
}
</style>
border-color css
<style>
span { border-color: #002DB0; }
span { border-color: rgb(0,45,176); }
td.TdClassName
{
border-color: #002DB0;
}
.TagClassName
{
border-color: #002DB0;
}
</style>