Html Css Color HEX #0430C0 International Klein Blue
📋 copy color: '#0430C0'red 4 ◦ green 48 ◦ blue 192
Shades of International Klein Blue #0430C0
Tints of International Klein Blue #0430C0
RGB
CMYK
RGB Variations
Color information
#0430C0 (or 0x0430C0) is known color: International Klein Blue. HEX triplet: 04, 30 and C0. RGB value is (4,48,192). Sum of RGB (Red+Green+Blue) = 4+48+192=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 192 (75.39% from 255 or 78.69% from 244); Max value from RGB is 192 - color contains mainly: blue. Hex color #0430C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0430C0 is #FBCF3F. Grayscale: #323232. Windows color (decimal): -16502592 or 12595204. OLE color: 12595204.
HSL color Cylindrical-coordinate representation of color #0430C0: hue angle of 225.96º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0430C0 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 48 | 192 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.25 |
| HSL | 225.96º | 0.96% | 0.38% | - |
| HSV(B) | 225.96º | 0.98% | 0.75% | - |
| XYZ | 10.62 | 5.95 | 50.46 | - |
| YUV | 51.26 | 207.42 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 48 | 192 | 0.98 | 0.75 | 0 | 0.25 | 225.96 | 0.96 | 0.38 |
| Hex | 4 | 30 | C0 | 62 | 4B | 0 | 19 | E2 | 60 | 26 |
| Octal | 4 | 60 | 300 | 142 | 113 | 0 | 31 | 342 | 140 | 46 |
| Binary | 100 | 110000 | 11000000 | 1100010 | 1001011 | 0 | 11001 | 11100010 | 1100000 | 100110 |
Color Harmonies of #0430C0
Complementary color
Monochromatic Colors of #0430C0
Black with #0430C0
Text Example
Text Example
White with #0430C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0430C0; }
p { color: rgb(4,48,192); }
H1.HeaderClassName
{
color: #0430C0;
}
.AnyTagClassName
{
color: #0430C0;
}
</style>
background-color css
<style>
a { background-color: #0430C0; }
a { background-color: rgb(4,48,192); }
div.DivClassName
{
background-color: #0430C0;
}
.BgClassName
{
background-color: #0430C0;
}
</style>
border-color css
<style>
span { border-color: #0430C0; }
span { border-color: rgb(4,48,192); }
td.TdClassName
{
border-color: #0430C0;
}
.TagClassName
{
border-color: #0430C0;
}
</style>