Html Css Color HEX #0423B4 International Klein Blue
📋 copy color: '#0423B4'red 4 ◦ green 35 ◦ blue 180
Shades of International Klein Blue #0423B4
Tints of International Klein Blue #0423B4
RGB
CMYK
RGB Variations
Color information
#0423B4 (or 0x0423B4) is known color: International Klein Blue. HEX triplet: 04, 23 and B4. RGB value is (4,35,180). Sum of RGB (Red+Green+Blue) = 4+35+180=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 180 (70.70% from 255 or 82.19% from 219); Max value from RGB is 180 - color contains mainly: blue. Hex color #0423B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0423B4 is #FBDC4B. Grayscale: #292929. Windows color (decimal): -16505932 or 11805444. OLE color: 11805444.
HSL color Cylindrical-coordinate representation of color #0423B4: hue angle of 229.43º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0423B4 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 35 | 180 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.29 |
| HSL | 229.43º | 0.96% | 0.36% | - |
| HSV(B) | 229.43º | 0.98% | 0.71% | - |
| XYZ | 8.89 | 4.52 | 43.58 | - |
| YUV | 42.26 | 205.73 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 180 | 0.98 | 0.81 | 0 | 0.29 | 229.43 | 0.96 | 0.36 |
| Hex | 4 | 23 | B4 | 62 | 51 | 0 | 1D | E5 | 60 | 24 |
| Octal | 4 | 43 | 264 | 142 | 121 | 0 | 35 | 345 | 140 | 44 |
| Binary | 100 | 100011 | 10110100 | 1100010 | 1010001 | 0 | 11101 | 11100101 | 1100000 | 100100 |
Color Harmonies of #0423B4
Complementary color
Monochromatic Colors of #0423B4
Black with #0423B4
Text Example
Text Example
White with #0423B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0423B4; }
p { color: rgb(4,35,180); }
H1.HeaderClassName
{
color: #0423B4;
}
.AnyTagClassName
{
color: #0423B4;
}
</style>
background-color css
<style>
a { background-color: #0423B4; }
a { background-color: rgb(4,35,180); }
div.DivClassName
{
background-color: #0423B4;
}
.BgClassName
{
background-color: #0423B4;
}
</style>
border-color css
<style>
span { border-color: #0423B4; }
span { border-color: rgb(4,35,180); }
td.TdClassName
{
border-color: #0423B4;
}
.TagClassName
{
border-color: #0423B4;
}
</style>