Html Css Color HEX #0135AF International Klein Blue
📋 copy color: '#0135AF'red 1 ◦ green 53 ◦ blue 175
Shades of International Klein Blue #0135AF
Tints of International Klein Blue #0135AF
RGB
CMYK
RGB Variations
Color information
#0135AF (or 0x0135AF) is known color: International Klein Blue. HEX triplet: 01, 35 and AF. RGB value is (1,53,175). Sum of RGB (Red+Green+Blue) = 1+53+175=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 175 (68.75% from 255 or 76.42% from 229); Max value from RGB is 175 - color contains mainly: blue. Hex color #0135AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0135AF is #FECA50. Grayscale: #323232. Windows color (decimal): -16697937 or 11482369. OLE color: 11482369.
HSL color Cylindrical-coordinate representation of color #0135AF: hue angle of 222.07º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0135AF is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 53 | 175 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.31 |
| HSL | 222.07º | 0.99% | 0.35% | - |
| HSV(B) | 222.07º | 0.99% | 0.69% | - |
| XYZ | 9.02 | 5.65 | 41.17 | - |
| YUV | 51.36 | 197.77 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 175 | 0.99 | 0.70 | 0 | 0.31 | 222.07 | 0.99 | 0.35 |
| Hex | 1 | 35 | AF | 63 | 46 | 0 | 1F | DE | 63 | 23 |
| Octal | 1 | 65 | 257 | 143 | 106 | 0 | 37 | 336 | 143 | 43 |
| Binary | 1 | 110101 | 10101111 | 1100011 | 1000110 | 0 | 11111 | 11011110 | 1100011 | 100011 |
Color Harmonies of #0135AF
Complementary color
Monochromatic Colors of #0135AF
Black with #0135AF
Text Example
Text Example
White with #0135AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0135AF; }
p { color: rgb(1,53,175); }
H1.HeaderClassName
{
color: #0135AF;
}
.AnyTagClassName
{
color: #0135AF;
}
</style>
background-color css
<style>
a { background-color: #0135AF; }
a { background-color: rgb(1,53,175); }
div.DivClassName
{
background-color: #0135AF;
}
.BgClassName
{
background-color: #0135AF;
}
</style>
border-color css
<style>
span { border-color: #0135AF; }
span { border-color: rgb(1,53,175); }
td.TdClassName
{
border-color: #0135AF;
}
.TagClassName
{
border-color: #0135AF;
}
</style>