Html Css Color HEX #0035C4 International Klein Blue
📋 copy color: '#0035C4'red 0 ◦ green 53 ◦ blue 196
Shades of International Klein Blue #0035C4
Tints of International Klein Blue #0035C4
RGB
CMYK
RGB Variations
Color information
#0035C4 (or 0x0035C4) is known color: International Klein Blue. HEX triplet: 00, 35 and C4. RGB value is (0,53,196). Sum of RGB (Red+Green+Blue) = 0+53+196=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 196 (76.95% from 255 or 78.71% from 249); Max value from RGB is 196 - color contains mainly: blue. Hex color #0035C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0035C4 is #FFCA3B. Grayscale: #343434. Windows color (decimal): -16763452 or 12858624. OLE color: 12858624.
HSL color Cylindrical-coordinate representation of color #0035C4: hue angle of 223.78º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0035C4 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 53 | 196 | - |
| CMYK | 1 | 0.73 | 0 | 0.23 |
| HSL | 223.78º | 1% | 0.38% | - |
| HSV(B) | 223.78º | 1% | 0.77% | - |
| XYZ | 11.24 | 6.53 | 52.89 | - |
| YUV | 53.46 | 208.44 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 196 | 1 | 0.73 | 0 | 0.23 | 223.78 | 1 | 0.38 |
| Hex | 0 | 35 | C4 | 64 | 49 | 0 | 17 | E0 | 64 | 26 |
| Octal | 0 | 65 | 304 | 144 | 111 | 0 | 27 | 340 | 144 | 46 |
| Binary | 0 | 110101 | 11000100 | 1100100 | 1001001 | 0 | 10111 | 11100000 | 1100100 | 100110 |
Color Harmonies of #0035C4
Complementary color
Monochromatic Colors of #0035C4
Black with #0035C4
Text Example
Text Example
White with #0035C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0035C4; }
p { color: rgb(0,53,196); }
H1.HeaderClassName
{
color: #0035C4;
}
.AnyTagClassName
{
color: #0035C4;
}
</style>
background-color css
<style>
a { background-color: #0035C4; }
a { background-color: rgb(0,53,196); }
div.DivClassName
{
background-color: #0035C4;
}
.BgClassName
{
background-color: #0035C4;
}
</style>
border-color css
<style>
span { border-color: #0035C4; }
span { border-color: rgb(0,53,196); }
td.TdClassName
{
border-color: #0035C4;
}
.TagClassName
{
border-color: #0035C4;
}
</style>