Html Css Color HEX #0127AF International Klein Blue
📋 copy color: '#0127AF'red 1 ◦ green 39 ◦ blue 175
Shades of International Klein Blue #0127AF
Tints of International Klein Blue #0127AF
RGB
CMYK
RGB Variations
Color information
#0127AF (or 0x0127AF) is known color: International Klein Blue. HEX triplet: 01, 27 and AF. RGB value is (1,39,175). Sum of RGB (Red+Green+Blue) = 1+39+175=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 175 (68.75% from 255 or 81.40% from 215); Max value from RGB is 175 - color contains mainly: blue. Hex color #0127AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0127AF is #FED850. Grayscale: #2A2A2A. Windows color (decimal): -16701521 or 11478785. OLE color: 11478785.
HSL color Cylindrical-coordinate representation of color #0127AF: hue angle of 226.9º 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 #0127AF is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 39 | 175 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.31 |
| HSL | 226.9º | 0.99% | 0.35% | - |
| HSV(B) | 226.9º | 0.99% | 0.69% | - |
| XYZ | 8.48 | 4.55 | 40.99 | - |
| YUV | 43.14 | 202.41 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 175 | 0.99 | 0.78 | 0 | 0.31 | 226.9 | 0.99 | 0.35 |
| Hex | 1 | 27 | AF | 63 | 4E | 0 | 1F | E3 | 63 | 23 |
| Octal | 1 | 47 | 257 | 143 | 116 | 0 | 37 | 343 | 143 | 43 |
| Binary | 1 | 100111 | 10101111 | 1100011 | 1001110 | 0 | 11111 | 11100011 | 1100011 | 100011 |
Color Harmonies of #0127AF
Complementary color
Monochromatic Colors of #0127AF
Black with #0127AF
Text Example
Text Example
White with #0127AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0127AF; }
p { color: rgb(1,39,175); }
H1.HeaderClassName
{
color: #0127AF;
}
.AnyTagClassName
{
color: #0127AF;
}
</style>
background-color css
<style>
a { background-color: #0127AF; }
a { background-color: rgb(1,39,175); }
div.DivClassName
{
background-color: #0127AF;
}
.BgClassName
{
background-color: #0127AF;
}
</style>
border-color css
<style>
span { border-color: #0127AF; }
span { border-color: rgb(1,39,175); }
td.TdClassName
{
border-color: #0127AF;
}
.TagClassName
{
border-color: #0127AF;
}
</style>