Html Css Color HEX #0524C3 International Klein Blue
📋 copy color: '#0524C3'red 5 ◦ green 36 ◦ blue 195
Shades of International Klein Blue #0524C3
Tints of International Klein Blue #0524C3
RGB
CMYK
RGB Variations
Color information
#0524C3 (or 0x0524C3) is known color: International Klein Blue. HEX triplet: 05, 24 and C3. RGB value is (5,36,195). Sum of RGB (Red+Green+Blue) = 5+36+195=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 195 (76.56% from 255 or 82.63% from 236); Max value from RGB is 195 - color contains mainly: blue. Hex color #0524C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0524C3 is #FADB3C. Grayscale: #2C2C2C. Windows color (decimal): -16440125 or 12788741. OLE color: 12788741.
HSL color Cylindrical-coordinate representation of color #0524C3: hue angle of 230.21º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0524C3 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 36 | 195 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.24 |
| HSL | 230.21º | 0.95% | 0.39% | - |
| HSV(B) | 230.21º | 0.97% | 0.76% | - |
| XYZ | 10.54 | 5.23 | 52.08 | - |
| YUV | 44.86 | 212.73 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 195 | 0.97 | 0.82 | 0 | 0.24 | 230.21 | 0.95 | 0.39 |
| Hex | 5 | 24 | C3 | 61 | 52 | 0 | 18 | E6 | 5F | 27 |
| Octal | 5 | 44 | 303 | 141 | 122 | 0 | 30 | 346 | 137 | 47 |
| Binary | 101 | 100100 | 11000011 | 1100001 | 1010010 | 0 | 11000 | 11100110 | 1011111 | 100111 |
Color Harmonies of #0524C3
Complementary color
Monochromatic Colors of #0524C3
Black with #0524C3
Text Example
Text Example
White with #0524C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0524C3; }
p { color: rgb(5,36,195); }
H1.HeaderClassName
{
color: #0524C3;
}
.AnyTagClassName
{
color: #0524C3;
}
</style>
background-color css
<style>
a { background-color: #0524C3; }
a { background-color: rgb(5,36,195); }
div.DivClassName
{
background-color: #0524C3;
}
.BgClassName
{
background-color: #0524C3;
}
</style>
border-color css
<style>
span { border-color: #0524C3; }
span { border-color: rgb(5,36,195); }
td.TdClassName
{
border-color: #0524C3;
}
.TagClassName
{
border-color: #0524C3;
}
</style>