Html Css Color HEX #0035AD International Klein Blue
📋 copy color: '#0035AD'red 0 ◦ green 53 ◦ blue 173
Shades of International Klein Blue #0035AD
Tints of International Klein Blue #0035AD
RGB
CMYK
RGB Variations
Color information
#0035AD (or 0x0035AD) is known color: International Klein Blue. HEX triplet: 00, 35 and AD. RGB value is (0,53,173). Sum of RGB (Red+Green+Blue) = 0+53+173=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #0035AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0035AD is #FFCA52. Grayscale: #323232. Windows color (decimal): -16763475 or 11351296. OLE color: 11351296.
HSL color Cylindrical-coordinate representation of color #0035AD: hue angle of 221.62º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0035AD is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 53 | 173 | - |
| CMYK | 1 | 0.69 | 0 | 0.32 |
| HSL | 221.62º | 1% | 0.34% | - |
| HSV(B) | 221.62º | 1% | 0.68% | - |
| XYZ | 8.82 | 5.56 | 40.14 | - |
| YUV | 50.83 | 196.94 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 173 | 1 | 0.69 | 0 | 0.32 | 221.62 | 1 | 0.34 |
| Hex | 0 | 35 | AD | 64 | 45 | 0 | 20 | DE | 64 | 22 |
| Octal | 0 | 65 | 255 | 144 | 105 | 0 | 40 | 336 | 144 | 42 |
| Binary | 0 | 110101 | 10101101 | 1100100 | 1000101 | 0 | 100000 | 11011110 | 1100100 | 100010 |
Color Harmonies of #0035AD
Complementary color
Monochromatic Colors of #0035AD
Black with #0035AD
Text Example
Text Example
White with #0035AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0035AD; }
p { color: rgb(0,53,173); }
H1.HeaderClassName
{
color: #0035AD;
}
.AnyTagClassName
{
color: #0035AD;
}
</style>
background-color css
<style>
a { background-color: #0035AD; }
a { background-color: rgb(0,53,173); }
div.DivClassName
{
background-color: #0035AD;
}
.BgClassName
{
background-color: #0035AD;
}
</style>
border-color css
<style>
span { border-color: #0035AD; }
span { border-color: rgb(0,53,173); }
td.TdClassName
{
border-color: #0035AD;
}
.TagClassName
{
border-color: #0035AD;
}
</style>