Html Css Color HEX #0635AD International Klein Blue
📋 copy color: '#0635AD'red 6 ◦ green 53 ◦ blue 173
Shades of International Klein Blue #0635AD
Tints of International Klein Blue #0635AD
RGB
CMYK
RGB Variations
Color information
#0635AD (or 0x0635AD) is known color: International Klein Blue. HEX triplet: 06, 35 and AD. RGB value is (6,53,173). Sum of RGB (Red+Green+Blue) = 6+53+173=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #0635AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0635AD is #F9CA52. Grayscale: #343434. Windows color (decimal): -16370259 or 11351302. OLE color: 11351302.
HSL color Cylindrical-coordinate representation of color #0635AD: hue angle of 223.11º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0635AD is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 53 | 173 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.32 |
| HSL | 223.11º | 0.93% | 0.35% | - |
| HSV(B) | 223.11º | 0.97% | 0.68% | - |
| XYZ | 8.89 | 5.6 | 40.15 | - |
| YUV | 52.63 | 195.93 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 53 | 173 | 0.97 | 0.69 | 0 | 0.32 | 223.11 | 0.93 | 0.35 |
| Hex | 6 | 35 | AD | 61 | 45 | 0 | 20 | DF | 5D | 23 |
| Octal | 6 | 65 | 255 | 141 | 105 | 0 | 40 | 337 | 135 | 43 |
| Binary | 110 | 110101 | 10101101 | 1100001 | 1000101 | 0 | 100000 | 11011111 | 1011101 | 100011 |
Color Harmonies of #0635AD
Complementary color
Monochromatic Colors of #0635AD
Black with #0635AD
Text Example
Text Example
White with #0635AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0635AD; }
p { color: rgb(6,53,173); }
H1.HeaderClassName
{
color: #0635AD;
}
.AnyTagClassName
{
color: #0635AD;
}
</style>
background-color css
<style>
a { background-color: #0635AD; }
a { background-color: rgb(6,53,173); }
div.DivClassName
{
background-color: #0635AD;
}
.BgClassName
{
background-color: #0635AD;
}
</style>
border-color css
<style>
span { border-color: #0635AD; }
span { border-color: rgb(6,53,173); }
td.TdClassName
{
border-color: #0635AD;
}
.TagClassName
{
border-color: #0635AD;
}
</style>