Html Css Color HEX #0136AF International Klein Blue
📋 copy color: '#0136AF'red 1 ◦ green 54 ◦ blue 175
Shades of International Klein Blue #0136AF
Tints of International Klein Blue #0136AF
RGB
CMYK
RGB Variations
Color information
#0136AF (or 0x0136AF) is known color: International Klein Blue. HEX triplet: 01, 36 and AF. RGB value is (1,54,175). Sum of RGB (Red+Green+Blue) = 1+54+175=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 175 (68.75% from 255 or 76.09% from 230); Max value from RGB is 175 - color contains mainly: blue. Hex color #0136AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0136AF is #FEC950. Grayscale: #333333. Windows color (decimal): -16697681 or 11482625. OLE color: 11482625.
HSL color Cylindrical-coordinate representation of color #0136AF: hue angle of 221.72º 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 #0136AF is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 54 | 175 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.31 |
| HSL | 221.72º | 0.99% | 0.35% | - |
| HSV(B) | 221.72º | 0.99% | 0.69% | - |
| XYZ | 9.07 | 5.74 | 41.19 | - |
| YUV | 51.95 | 197.44 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 175 | 0.99 | 0.69 | 0 | 0.31 | 221.72 | 0.99 | 0.35 |
| Hex | 1 | 36 | AF | 63 | 45 | 0 | 1F | DE | 63 | 23 |
| Octal | 1 | 66 | 257 | 143 | 105 | 0 | 37 | 336 | 143 | 43 |
| Binary | 1 | 110110 | 10101111 | 1100011 | 1000101 | 0 | 11111 | 11011110 | 1100011 | 100011 |
Color Harmonies of #0136AF
Complementary color
Monochromatic Colors of #0136AF
Black with #0136AF
Text Example
Text Example
White with #0136AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0136AF; }
p { color: rgb(1,54,175); }
H1.HeaderClassName
{
color: #0136AF;
}
.AnyTagClassName
{
color: #0136AF;
}
</style>
background-color css
<style>
a { background-color: #0136AF; }
a { background-color: rgb(1,54,175); }
div.DivClassName
{
background-color: #0136AF;
}
.BgClassName
{
background-color: #0136AF;
}
</style>
border-color css
<style>
span { border-color: #0136AF; }
span { border-color: rgb(1,54,175); }
td.TdClassName
{
border-color: #0136AF;
}
.TagClassName
{
border-color: #0136AF;
}
</style>