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