Html Css Color HEX #071CAF International Klein Blue
📋 copy color: '#071CAF'red 7 ◦ green 28 ◦ blue 175
Shades of International Klein Blue #071CAF
Tints of International Klein Blue #071CAF
RGB
CMYK
RGB Variations
Color information
#071CAF (or 0x071CAF) is known color: International Klein Blue. HEX triplet: 07, 1C and AF. RGB value is (7,28,175). Sum of RGB (Red+Green+Blue) = 7+28+175=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 175 (68.75% from 255 or 83.33% from 210); Max value from RGB is 175 - color contains mainly: blue. Hex color #071CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071CAF is #F8E350. Grayscale: #252525. Windows color (decimal): -16311121 or 11475975. OLE color: 11475975.
HSL color Cylindrical-coordinate representation of color #071CAF: hue angle of 232.5º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071CAF is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 28 | 175 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.31 |
| HSL | 232.5º | 0.92% | 0.36% | - |
| HSV(B) | 232.5º | 0.96% | 0.69% | - |
| XYZ | 8.24 | 3.97 | 40.89 | - |
| YUV | 38.48 | 205.04 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 175 | 0.96 | 0.84 | 0 | 0.31 | 232.5 | 0.92 | 0.36 |
| Hex | 7 | 1C | AF | 60 | 54 | 0 | 1F | E8 | 5C | 24 |
| Octal | 7 | 34 | 257 | 140 | 124 | 0 | 37 | 350 | 134 | 44 |
| Binary | 111 | 11100 | 10101111 | 1100000 | 1010100 | 0 | 11111 | 11101000 | 1011100 | 100100 |
Color Harmonies of #071CAF
Complementary color
Monochromatic Colors of #071CAF
Black with #071CAF
Text Example
Text Example
White with #071CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071CAF; }
p { color: rgb(7,28,175); }
H1.HeaderClassName
{
color: #071CAF;
}
.AnyTagClassName
{
color: #071CAF;
}
</style>
background-color css
<style>
a { background-color: #071CAF; }
a { background-color: rgb(7,28,175); }
div.DivClassName
{
background-color: #071CAF;
}
.BgClassName
{
background-color: #071CAF;
}
</style>
border-color css
<style>
span { border-color: #071CAF; }
span { border-color: rgb(7,28,175); }
td.TdClassName
{
border-color: #071CAF;
}
.TagClassName
{
border-color: #071CAF;
}
</style>