Html Css Color HEX #0423AA International Klein Blue
📋 copy color: '#0423AA'red 4 ◦ green 35 ◦ blue 170
Shades of International Klein Blue #0423AA
Tints of International Klein Blue #0423AA
RGB
CMYK
RGB Variations
Color information
#0423AA (or 0x0423AA) is known color: International Klein Blue. HEX triplet: 04, 23 and AA. RGB value is (4,35,170). Sum of RGB (Red+Green+Blue) = 4+35+170=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 170 (66.80% from 255 or 81.34% from 209); Max value from RGB is 170 - color contains mainly: blue. Hex color #0423AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0423AA is #FBDC55. Grayscale: #282828. Windows color (decimal): -16505942 or 11150084. OLE color: 11150084.
HSL color Cylindrical-coordinate representation of color #0423AA: hue angle of 228.8º 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 #0423AA is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 35 | 170 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.33 |
| HSL | 228.8º | 0.95% | 0.34% | - |
| HSV(B) | 228.8º | 0.98% | 0.67% | - |
| XYZ | 7.91 | 4.13 | 38.41 | - |
| YUV | 41.12 | 200.73 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 170 | 0.98 | 0.79 | 0 | 0.33 | 228.8 | 0.95 | 0.34 |
| Hex | 4 | 23 | AA | 62 | 4F | 0 | 21 | E5 | 5F | 22 |
| Octal | 4 | 43 | 252 | 142 | 117 | 0 | 41 | 345 | 137 | 42 |
| Binary | 100 | 100011 | 10101010 | 1100010 | 1001111 | 0 | 100001 | 11100101 | 1011111 | 100010 |
Color Harmonies of #0423AA
Complementary color
Monochromatic Colors of #0423AA
Black with #0423AA
Text Example
Text Example
White with #0423AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0423AA; }
p { color: rgb(4,35,170); }
H1.HeaderClassName
{
color: #0423AA;
}
.AnyTagClassName
{
color: #0423AA;
}
</style>
background-color css
<style>
a { background-color: #0423AA; }
a { background-color: rgb(4,35,170); }
div.DivClassName
{
background-color: #0423AA;
}
.BgClassName
{
background-color: #0423AA;
}
</style>
border-color css
<style>
span { border-color: #0423AA; }
span { border-color: rgb(4,35,170); }
td.TdClassName
{
border-color: #0423AA;
}
.TagClassName
{
border-color: #0423AA;
}
</style>