Html Css Color HEX #042DB0 International Klein Blue
📋 copy color: '#042DB0'red 4 ◦ green 45 ◦ blue 176
Shades of International Klein Blue #042DB0
Tints of International Klein Blue #042DB0
RGB
CMYK
RGB Variations
Color information
#042DB0 (or 0x042DB0) is known color: International Klein Blue. HEX triplet: 04, 2D and B0. RGB value is (4,45,176). Sum of RGB (Red+Green+Blue) = 4+45+176=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 176 (69.14% from 255 or 78.22% from 225); Max value from RGB is 176 - color contains mainly: blue. Hex color #042DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042DB0 is #FBD24F. Grayscale: #2F2F2F. Windows color (decimal): -16503376 or 11545860. OLE color: 11545860.
HSL color Cylindrical-coordinate representation of color #042DB0: hue angle of 225.7º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042DB0 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 45 | 176 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.31 |
| HSL | 225.7º | 0.96% | 0.35% | - |
| HSV(B) | 225.7º | 0.98% | 0.69% | - |
| XYZ | 8.82 | 5.04 | 41.58 | - |
| YUV | 47.68 | 200.42 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 176 | 0.98 | 0.74 | 0 | 0.31 | 225.7 | 0.96 | 0.35 |
| Hex | 4 | 2D | B0 | 62 | 4A | 0 | 1F | E2 | 60 | 23 |
| Octal | 4 | 55 | 260 | 142 | 112 | 0 | 37 | 342 | 140 | 43 |
| Binary | 100 | 101101 | 10110000 | 1100010 | 1001010 | 0 | 11111 | 11100010 | 1100000 | 100011 |
Color Harmonies of #042DB0
Complementary color
Monochromatic Colors of #042DB0
Black with #042DB0
Text Example
Text Example
White with #042DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042DB0; }
p { color: rgb(4,45,176); }
H1.HeaderClassName
{
color: #042DB0;
}
.AnyTagClassName
{
color: #042DB0;
}
</style>
background-color css
<style>
a { background-color: #042DB0; }
a { background-color: rgb(4,45,176); }
div.DivClassName
{
background-color: #042DB0;
}
.BgClassName
{
background-color: #042DB0;
}
</style>
border-color css
<style>
span { border-color: #042DB0; }
span { border-color: rgb(4,45,176); }
td.TdClassName
{
border-color: #042DB0;
}
.TagClassName
{
border-color: #042DB0;
}
</style>