Html Css Color HEX #0430AF International Klein Blue
📋 copy color: '#0430AF'red 4 ◦ green 48 ◦ blue 175
Shades of International Klein Blue #0430AF
Tints of International Klein Blue #0430AF
RGB
CMYK
RGB Variations
Color information
#0430AF (or 0x0430AF) is known color: International Klein Blue. HEX triplet: 04, 30 and AF. RGB value is (4,48,175). Sum of RGB (Red+Green+Blue) = 4+48+175=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 175 (68.75% from 255 or 77.09% from 227); Max value from RGB is 175 - color contains mainly: blue. Hex color #0430AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0430AF is #FBCF50. Grayscale: #303030. Windows color (decimal): -16502609 or 11481092. OLE color: 11481092.
HSL color Cylindrical-coordinate representation of color #0430AF: hue angle of 224.56º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0430AF is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 48 | 175 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.31 |
| HSL | 224.56º | 0.96% | 0.35% | - |
| HSV(B) | 224.56º | 0.98% | 0.69% | - |
| XYZ | 8.84 | 5.23 | 41.1 | - |
| YUV | 49.32 | 198.92 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 48 | 175 | 0.98 | 0.73 | 0 | 0.31 | 224.56 | 0.96 | 0.35 |
| Hex | 4 | 30 | AF | 62 | 49 | 0 | 1F | E1 | 60 | 23 |
| Octal | 4 | 60 | 257 | 142 | 111 | 0 | 37 | 341 | 140 | 43 |
| Binary | 100 | 110000 | 10101111 | 1100010 | 1001001 | 0 | 11111 | 11100001 | 1100000 | 100011 |
Color Harmonies of #0430AF
Complementary color
Monochromatic Colors of #0430AF
Black with #0430AF
Text Example
Text Example
White with #0430AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0430AF; }
p { color: rgb(4,48,175); }
H1.HeaderClassName
{
color: #0430AF;
}
.AnyTagClassName
{
color: #0430AF;
}
</style>
background-color css
<style>
a { background-color: #0430AF; }
a { background-color: rgb(4,48,175); }
div.DivClassName
{
background-color: #0430AF;
}
.BgClassName
{
background-color: #0430AF;
}
</style>
border-color css
<style>
span { border-color: #0430AF; }
span { border-color: rgb(4,48,175); }
td.TdClassName
{
border-color: #0430AF;
}
.TagClassName
{
border-color: #0430AF;
}
</style>