Html Css Color HEX #0423AC International Klein Blue
📋 copy color: '#0423AC'red 4 ◦ green 35 ◦ blue 172
Shades of International Klein Blue #0423AC
Tints of International Klein Blue #0423AC
RGB
CMYK
RGB Variations
Color information
#0423AC (or 0x0423AC) is known color: International Klein Blue. HEX triplet: 04, 23 and AC. RGB value is (4,35,172). Sum of RGB (Red+Green+Blue) = 4+35+172=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 172 (67.58% from 255 or 81.52% from 211); Max value from RGB is 172 - color contains mainly: blue. Hex color #0423AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0423AC is #FBDC53. Grayscale: #282828. Windows color (decimal): -16505940 or 11281156. OLE color: 11281156.
HSL color Cylindrical-coordinate representation of color #0423AC: hue angle of 228.93º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0423AC is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 35 | 172 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.33 |
| HSL | 228.93º | 0.95% | 0.35% | - |
| HSV(B) | 228.93º | 0.98% | 0.67% | - |
| XYZ | 8.1 | 4.21 | 39.41 | - |
| YUV | 41.35 | 201.73 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 172 | 0.98 | 0.80 | 0 | 0.33 | 228.93 | 0.95 | 0.35 |
| Hex | 4 | 23 | AC | 62 | 50 | 0 | 21 | E5 | 5F | 23 |
| Octal | 4 | 43 | 254 | 142 | 120 | 0 | 41 | 345 | 137 | 43 |
| Binary | 100 | 100011 | 10101100 | 1100010 | 1010000 | 0 | 100001 | 11100101 | 1011111 | 100011 |
Color Harmonies of #0423AC
Complementary color
Monochromatic Colors of #0423AC
Black with #0423AC
Text Example
Text Example
White with #0423AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0423AC; }
p { color: rgb(4,35,172); }
H1.HeaderClassName
{
color: #0423AC;
}
.AnyTagClassName
{
color: #0423AC;
}
</style>
background-color css
<style>
a { background-color: #0423AC; }
a { background-color: rgb(4,35,172); }
div.DivClassName
{
background-color: #0423AC;
}
.BgClassName
{
background-color: #0423AC;
}
</style>
border-color css
<style>
span { border-color: #0423AC; }
span { border-color: rgb(4,35,172); }
td.TdClassName
{
border-color: #0423AC;
}
.TagClassName
{
border-color: #0423AC;
}
</style>