Html Css Color HEX #0423AB International Klein Blue
📋 copy color: '#0423AB'red 4 ◦ green 35 ◦ blue 171
Shades of International Klein Blue #0423AB
Tints of International Klein Blue #0423AB
RGB
CMYK
RGB Variations
Color information
#0423AB (or 0x0423AB) is known color: International Klein Blue. HEX triplet: 04, 23 and AB. RGB value is (4,35,171). Sum of RGB (Red+Green+Blue) = 4+35+171=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 171 (67.19% from 255 or 81.43% from 210); Max value from RGB is 171 - color contains mainly: blue. Hex color #0423AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0423AB is #FBDC54. Grayscale: #282828. Windows color (decimal): -16505941 or 11215620. OLE color: 11215620.
HSL color Cylindrical-coordinate representation of color #0423AB: hue angle of 228.86º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0423AB is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 35 | 171 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.33 |
| HSL | 228.86º | 0.95% | 0.34% | - |
| HSV(B) | 228.86º | 0.98% | 0.67% | - |
| XYZ | 8 | 4.17 | 38.91 | - |
| YUV | 41.24 | 201.23 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 171 | 0.98 | 0.80 | 0 | 0.33 | 228.86 | 0.95 | 0.34 |
| Hex | 4 | 23 | AB | 62 | 50 | 0 | 21 | E5 | 5F | 22 |
| Octal | 4 | 43 | 253 | 142 | 120 | 0 | 41 | 345 | 137 | 42 |
| Binary | 100 | 100011 | 10101011 | 1100010 | 1010000 | 0 | 100001 | 11100101 | 1011111 | 100010 |
Color Harmonies of #0423AB
Complementary color
Monochromatic Colors of #0423AB
Black with #0423AB
Text Example
Text Example
White with #0423AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0423AB; }
p { color: rgb(4,35,171); }
H1.HeaderClassName
{
color: #0423AB;
}
.AnyTagClassName
{
color: #0423AB;
}
</style>
background-color css
<style>
a { background-color: #0423AB; }
a { background-color: rgb(4,35,171); }
div.DivClassName
{
background-color: #0423AB;
}
.BgClassName
{
background-color: #0423AB;
}
</style>
border-color css
<style>
span { border-color: #0423AB; }
span { border-color: rgb(4,35,171); }
td.TdClassName
{
border-color: #0423AB;
}
.TagClassName
{
border-color: #0423AB;
}
</style>