Html Css Color HEX #042DBA International Klein Blue
📋 copy color: '#042DBA'red 4 ◦ green 45 ◦ blue 186
Shades of International Klein Blue #042DBA
Tints of International Klein Blue #042DBA
RGB
CMYK
RGB Variations
Color information
#042DBA (or 0x042DBA) is known color: International Klein Blue. HEX triplet: 04, 2D and BA. RGB value is (4,45,186). Sum of RGB (Red+Green+Blue) = 4+45+186=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #042DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042DBA is #FBD245. Grayscale: #303030. Windows color (decimal): -16503366 or 12201220. OLE color: 12201220.
HSL color Cylindrical-coordinate representation of color #042DBA: hue angle of 226.48º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042DBA is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 45 | 186 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.27 |
| HSL | 226.48º | 0.96% | 0.37% | - |
| HSV(B) | 226.48º | 0.98% | 0.73% | - |
| XYZ | 9.85 | 5.45 | 46.99 | - |
| YUV | 48.82 | 205.42 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 186 | 0.98 | 0.76 | 0 | 0.27 | 226.48 | 0.96 | 0.37 |
| Hex | 4 | 2D | BA | 62 | 4C | 0 | 1B | E2 | 60 | 25 |
| Octal | 4 | 55 | 272 | 142 | 114 | 0 | 33 | 342 | 140 | 45 |
| Binary | 100 | 101101 | 10111010 | 1100010 | 1001100 | 0 | 11011 | 11100010 | 1100000 | 100101 |
Color Harmonies of #042DBA
Complementary color
Monochromatic Colors of #042DBA
Black with #042DBA
Text Example
Text Example
White with #042DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042DBA; }
p { color: rgb(4,45,186); }
H1.HeaderClassName
{
color: #042DBA;
}
.AnyTagClassName
{
color: #042DBA;
}
</style>
background-color css
<style>
a { background-color: #042DBA; }
a { background-color: rgb(4,45,186); }
div.DivClassName
{
background-color: #042DBA;
}
.BgClassName
{
background-color: #042DBA;
}
</style>
border-color css
<style>
span { border-color: #042DBA; }
span { border-color: rgb(4,45,186); }
td.TdClassName
{
border-color: #042DBA;
}
.TagClassName
{
border-color: #042DBA;
}
</style>