Html Css Color HEX #0523C2 International Klein Blue
📋 copy color: '#0523C2'red 5 ◦ green 35 ◦ blue 194
Shades of International Klein Blue #0523C2
Tints of International Klein Blue #0523C2
RGB
CMYK
RGB Variations
Color information
#0523C2 (or 0x0523C2) is known color: International Klein Blue. HEX triplet: 05, 23 and C2. RGB value is (5,35,194). Sum of RGB (Red+Green+Blue) = 5+35+194=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 194 (76.17% from 255 or 82.91% from 234); Max value from RGB is 194 - color contains mainly: blue. Hex color #0523C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0523C2 is #FADC3D. Grayscale: #2B2B2B. Windows color (decimal): -16440382 or 12722949. OLE color: 12722949.
HSL color Cylindrical-coordinate representation of color #0523C2: hue angle of 230.48º 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 #0523C2 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 35 | 194 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.24 |
| HSL | 230.48º | 0.95% | 0.39% | - |
| HSV(B) | 230.48º | 0.97% | 0.76% | - |
| XYZ | 10.4 | 5.13 | 51.48 | - |
| YUV | 44.16 | 212.56 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 194 | 0.97 | 0.82 | 0 | 0.24 | 230.48 | 0.95 | 0.39 |
| Hex | 5 | 23 | C2 | 61 | 52 | 0 | 18 | E6 | 5F | 27 |
| Octal | 5 | 43 | 302 | 141 | 122 | 0 | 30 | 346 | 137 | 47 |
| Binary | 101 | 100011 | 11000010 | 1100001 | 1010010 | 0 | 11000 | 11100110 | 1011111 | 100111 |
Color Harmonies of #0523C2
Complementary color
Monochromatic Colors of #0523C2
Black with #0523C2
Text Example
Text Example
White with #0523C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0523C2; }
p { color: rgb(5,35,194); }
H1.HeaderClassName
{
color: #0523C2;
}
.AnyTagClassName
{
color: #0523C2;
}
</style>
background-color css
<style>
a { background-color: #0523C2; }
a { background-color: rgb(5,35,194); }
div.DivClassName
{
background-color: #0523C2;
}
.BgClassName
{
background-color: #0523C2;
}
</style>
border-color css
<style>
span { border-color: #0523C2; }
span { border-color: rgb(5,35,194); }
td.TdClassName
{
border-color: #0523C2;
}
.TagClassName
{
border-color: #0523C2;
}
</style>