Html Css Color HEX #0523BA International Klein Blue
📋 copy color: '#0523BA'red 5 ◦ green 35 ◦ blue 186
Shades of International Klein Blue #0523BA
Tints of International Klein Blue #0523BA
RGB
CMYK
RGB Variations
Color information
#0523BA (or 0x0523BA) is known color: International Klein Blue. HEX triplet: 05, 23 and BA. RGB value is (5,35,186). Sum of RGB (Red+Green+Blue) = 5+35+186=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 186 (73.05% from 255 or 82.30% from 226); Max value from RGB is 186 - color contains mainly: blue. Hex color #0523BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0523BA is #FADC45. Grayscale: #2A2A2A. Windows color (decimal): -16440390 or 12198661. OLE color: 12198661.
HSL color Cylindrical-coordinate representation of color #0523BA: hue angle of 230.06º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0523BA is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 35 | 186 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.27 |
| HSL | 230.06º | 0.95% | 0.37% | - |
| HSV(B) | 230.06º | 0.97% | 0.73% | - |
| XYZ | 9.53 | 4.78 | 46.87 | - |
| YUV | 43.24 | 208.56 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 186 | 0.97 | 0.81 | 0 | 0.27 | 230.06 | 0.95 | 0.37 |
| Hex | 5 | 23 | BA | 61 | 51 | 0 | 1B | E6 | 5F | 25 |
| Octal | 5 | 43 | 272 | 141 | 121 | 0 | 33 | 346 | 137 | 45 |
| Binary | 101 | 100011 | 10111010 | 1100001 | 1010001 | 0 | 11011 | 11100110 | 1011111 | 100101 |
Color Harmonies of #0523BA
Complementary color
Monochromatic Colors of #0523BA
Black with #0523BA
Text Example
Text Example
White with #0523BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0523BA; }
p { color: rgb(5,35,186); }
H1.HeaderClassName
{
color: #0523BA;
}
.AnyTagClassName
{
color: #0523BA;
}
</style>
background-color css
<style>
a { background-color: #0523BA; }
a { background-color: rgb(5,35,186); }
div.DivClassName
{
background-color: #0523BA;
}
.BgClassName
{
background-color: #0523BA;
}
</style>
border-color css
<style>
span { border-color: #0523BA; }
span { border-color: rgb(5,35,186); }
td.TdClassName
{
border-color: #0523BA;
}
.TagClassName
{
border-color: #0523BA;
}
</style>