Html Css Color HEX #002DB3 International Klein Blue
📋 copy color: '#002DB3'red 0 ◦ green 45 ◦ blue 179
Shades of International Klein Blue #002DB3
Tints of International Klein Blue #002DB3
RGB
CMYK
RGB Variations
Color information
#002DB3 (or 0x002DB3) is known color: International Klein Blue. HEX triplet: 00, 2D and B3. RGB value is (0,45,179). Sum of RGB (Red+Green+Blue) = 0+45+179=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 179 (70.31% from 255 or 79.91% from 224); Max value from RGB is 179 - color contains mainly: blue. Hex color #002DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002DB3 is #FFD24C. Grayscale: #2E2E2E. Windows color (decimal): -16765517 or 11742464. OLE color: 11742464.
HSL color Cylindrical-coordinate representation of color #002DB3: hue angle of 224.92º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DB3 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 45 | 179 | - |
| CMYK | 1 | 0.75 | 0 | 0.30 |
| HSL | 224.92º | 1% | 0.35% | - |
| HSV(B) | 224.92º | 1% | 0.7% | - |
| XYZ | 9.08 | 5.13 | 43.16 | - |
| YUV | 46.82 | 202.59 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 179 | 1 | 0.75 | 0 | 0.30 | 224.92 | 1 | 0.35 |
| Hex | 0 | 2D | B3 | 64 | 4B | 0 | 1E | E1 | 64 | 23 |
| Octal | 0 | 55 | 263 | 144 | 113 | 0 | 36 | 341 | 144 | 43 |
| Binary | 0 | 101101 | 10110011 | 1100100 | 1001011 | 0 | 11110 | 11100001 | 1100100 | 100011 |
Color Harmonies of #002DB3
Complementary color
Monochromatic Colors of #002DB3
Black with #002DB3
Text Example
Text Example
White with #002DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002DB3; }
p { color: rgb(0,45,179); }
H1.HeaderClassName
{
color: #002DB3;
}
.AnyTagClassName
{
color: #002DB3;
}
</style>
background-color css
<style>
a { background-color: #002DB3; }
a { background-color: rgb(0,45,179); }
div.DivClassName
{
background-color: #002DB3;
}
.BgClassName
{
background-color: #002DB3;
}
</style>
border-color css
<style>
span { border-color: #002DB3; }
span { border-color: rgb(0,45,179); }
td.TdClassName
{
border-color: #002DB3;
}
.TagClassName
{
border-color: #002DB3;
}
</style>