Html Css Color HEX #0430BB International Klein Blue
📋 copy color: '#0430BB'red 4 ◦ green 48 ◦ blue 187
Shades of International Klein Blue #0430BB
Tints of International Klein Blue #0430BB
RGB
CMYK
RGB Variations
Color information
#0430BB (or 0x0430BB) is known color: International Klein Blue. HEX triplet: 04, 30 and BB. RGB value is (4,48,187). Sum of RGB (Red+Green+Blue) = 4+48+187=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #0430BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0430BB is #FBCF44. Grayscale: #323232. Windows color (decimal): -16502597 or 12267524. OLE color: 12267524.
HSL color Cylindrical-coordinate representation of color #0430BB: hue angle of 225.57º 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 #0430BB is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 48 | 187 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.27 |
| HSL | 225.57º | 0.96% | 0.37% | - |
| HSV(B) | 225.57º | 0.98% | 0.73% | - |
| XYZ | 10.08 | 5.73 | 47.59 | - |
| YUV | 50.69 | 204.92 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 48 | 187 | 0.98 | 0.74 | 0 | 0.27 | 225.57 | 0.96 | 0.37 |
| Hex | 4 | 30 | BB | 62 | 4A | 0 | 1B | E2 | 60 | 25 |
| Octal | 4 | 60 | 273 | 142 | 112 | 0 | 33 | 342 | 140 | 45 |
| Binary | 100 | 110000 | 10111011 | 1100010 | 1001010 | 0 | 11011 | 11100010 | 1100000 | 100101 |
Color Harmonies of #0430BB
Complementary color
Monochromatic Colors of #0430BB
Black with #0430BB
Text Example
Text Example
White with #0430BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0430BB; }
p { color: rgb(4,48,187); }
H1.HeaderClassName
{
color: #0430BB;
}
.AnyTagClassName
{
color: #0430BB;
}
</style>
background-color css
<style>
a { background-color: #0430BB; }
a { background-color: rgb(4,48,187); }
div.DivClassName
{
background-color: #0430BB;
}
.BgClassName
{
background-color: #0430BB;
}
</style>
border-color css
<style>
span { border-color: #0430BB; }
span { border-color: rgb(4,48,187); }
td.TdClassName
{
border-color: #0430BB;
}
.TagClassName
{
border-color: #0430BB;
}
</style>