Html Css Color HEX #0526BA International Klein Blue
📋 copy color: '#0526BA'red 5 ◦ green 38 ◦ blue 186
Shades of International Klein Blue #0526BA
Tints of International Klein Blue #0526BA
RGB
CMYK
RGB Variations
Color information
#0526BA (or 0x0526BA) is known color: International Klein Blue. HEX triplet: 05, 26 and BA. RGB value is (5,38,186). Sum of RGB (Red+Green+Blue) = 5+38+186=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 186 (73.05% from 255 or 81.22% from 229); Max value from RGB is 186 - color contains mainly: blue. Hex color #0526BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0526BA is #FAD945. Grayscale: #2C2C2C. Windows color (decimal): -16439622 or 12199429. OLE color: 12199429.
HSL color Cylindrical-coordinate representation of color #0526BA: hue angle of 229.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 #0526BA is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 38 | 186 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.27 |
| HSL | 229.06º | 0.95% | 0.37% | - |
| HSV(B) | 229.06º | 0.97% | 0.73% | - |
| XYZ | 9.62 | 4.96 | 46.91 | - |
| YUV | 45.01 | 207.57 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 186 | 0.97 | 0.80 | 0 | 0.27 | 229.06 | 0.95 | 0.37 |
| Hex | 5 | 26 | BA | 61 | 50 | 0 | 1B | E5 | 5F | 25 |
| Octal | 5 | 46 | 272 | 141 | 120 | 0 | 33 | 345 | 137 | 45 |
| Binary | 101 | 100110 | 10111010 | 1100001 | 1010000 | 0 | 11011 | 11100101 | 1011111 | 100101 |
Color Harmonies of #0526BA
Complementary color
Monochromatic Colors of #0526BA
Black with #0526BA
Text Example
Text Example
White with #0526BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0526BA; }
p { color: rgb(5,38,186); }
H1.HeaderClassName
{
color: #0526BA;
}
.AnyTagClassName
{
color: #0526BA;
}
</style>
background-color css
<style>
a { background-color: #0526BA; }
a { background-color: rgb(5,38,186); }
div.DivClassName
{
background-color: #0526BA;
}
.BgClassName
{
background-color: #0526BA;
}
</style>
border-color css
<style>
span { border-color: #0526BA; }
span { border-color: rgb(5,38,186); }
td.TdClassName
{
border-color: #0526BA;
}
.TagClassName
{
border-color: #0526BA;
}
</style>