Html Css Color HEX #0423B8 International Klein Blue
📋 copy color: '#0423B8'red 4 ◦ green 35 ◦ blue 184
Shades of International Klein Blue #0423B8
Tints of International Klein Blue #0423B8
RGB
CMYK
RGB Variations
Color information
#0423B8 (or 0x0423B8) is known color: International Klein Blue. HEX triplet: 04, 23 and B8. RGB value is (4,35,184). Sum of RGB (Red+Green+Blue) = 4+35+184=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 184 (72.27% from 255 or 82.51% from 223); Max value from RGB is 184 - color contains mainly: blue. Hex color #0423B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0423B8 is #FBDC47. Grayscale: #2A2A2A. Windows color (decimal): -16505928 or 12067588. OLE color: 12067588.
HSL color Cylindrical-coordinate representation of color #0423B8: hue angle of 229.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0423B8 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 35 | 184 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.28 |
| HSL | 229.67º | 0.96% | 0.37% | - |
| HSV(B) | 229.67º | 0.98% | 0.72% | - |
| XYZ | 9.3 | 4.69 | 45.76 | - |
| YUV | 42.72 | 207.73 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 184 | 0.98 | 0.81 | 0 | 0.28 | 229.67 | 0.96 | 0.37 |
| Hex | 4 | 23 | B8 | 62 | 51 | 0 | 1C | E6 | 60 | 25 |
| Octal | 4 | 43 | 270 | 142 | 121 | 0 | 34 | 346 | 140 | 45 |
| Binary | 100 | 100011 | 10111000 | 1100010 | 1010001 | 0 | 11100 | 11100110 | 1100000 | 100101 |
Color Harmonies of #0423B8
Complementary color
Monochromatic Colors of #0423B8
Black with #0423B8
Text Example
Text Example
White with #0423B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0423B8; }
p { color: rgb(4,35,184); }
H1.HeaderClassName
{
color: #0423B8;
}
.AnyTagClassName
{
color: #0423B8;
}
</style>
background-color css
<style>
a { background-color: #0423B8; }
a { background-color: rgb(4,35,184); }
div.DivClassName
{
background-color: #0423B8;
}
.BgClassName
{
background-color: #0423B8;
}
</style>
border-color css
<style>
span { border-color: #0423B8; }
span { border-color: rgb(4,35,184); }
td.TdClassName
{
border-color: #0423B8;
}
.TagClassName
{
border-color: #0423B8;
}
</style>