Html Css Color HEX #0434BA International Klein Blue
📋 copy color: '#0434BA'red 4 ◦ green 52 ◦ blue 186
Shades of International Klein Blue #0434BA
Tints of International Klein Blue #0434BA
RGB
CMYK
RGB Variations
Color information
#0434BA (or 0x0434BA) is known color: International Klein Blue. HEX triplet: 04, 34 and BA. RGB value is (4,52,186). Sum of RGB (Red+Green+Blue) = 4+52+186=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #0434BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0434BA is #FBCB45. Grayscale: #343434. Windows color (decimal): -16501574 or 12203012. OLE color: 12203012.
HSL color Cylindrical-coordinate representation of color #0434BA: hue angle of 224.18º 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 #0434BA is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 52 | 186 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.27 |
| HSL | 224.18º | 0.96% | 0.37% | - |
| HSV(B) | 224.18º | 0.98% | 0.73% | - |
| XYZ | 10.14 | 6.03 | 47.08 | - |
| YUV | 52.92 | 203.1 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 186 | 0.98 | 0.72 | 0 | 0.27 | 224.18 | 0.96 | 0.37 |
| Hex | 4 | 34 | BA | 62 | 48 | 0 | 1B | E0 | 60 | 25 |
| Octal | 4 | 64 | 272 | 142 | 110 | 0 | 33 | 340 | 140 | 45 |
| Binary | 100 | 110100 | 10111010 | 1100010 | 1001000 | 0 | 11011 | 11100000 | 1100000 | 100101 |
Color Harmonies of #0434BA
Complementary color
Monochromatic Colors of #0434BA
Black with #0434BA
Text Example
Text Example
White with #0434BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0434BA; }
p { color: rgb(4,52,186); }
H1.HeaderClassName
{
color: #0434BA;
}
.AnyTagClassName
{
color: #0434BA;
}
</style>
background-color css
<style>
a { background-color: #0434BA; }
a { background-color: rgb(4,52,186); }
div.DivClassName
{
background-color: #0434BA;
}
.BgClassName
{
background-color: #0434BA;
}
</style>
border-color css
<style>
span { border-color: #0434BA; }
span { border-color: rgb(4,52,186); }
td.TdClassName
{
border-color: #0434BA;
}
.TagClassName
{
border-color: #0434BA;
}
</style>