Html Css Color HEX #071CAE International Klein Blue
📋 copy color: '#071CAE'red 7 ◦ green 28 ◦ blue 174
Shades of International Klein Blue #071CAE
Tints of International Klein Blue #071CAE
RGB
CMYK
RGB Variations
Color information
#071CAE (or 0x071CAE) is known color: International Klein Blue. HEX triplet: 07, 1C and AE. RGB value is (7,28,174). Sum of RGB (Red+Green+Blue) = 7+28+174=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 174 (68.36% from 255 or 83.25% from 209); Max value from RGB is 174 - color contains mainly: blue. Hex color #071CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071CAE is #F8E351. Grayscale: #252525. Windows color (decimal): -16311122 or 11410439. OLE color: 11410439.
HSL color Cylindrical-coordinate representation of color #071CAE: hue angle of 232.46º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071CAE is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 28 | 174 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.32 |
| HSL | 232.46º | 0.92% | 0.35% | - |
| HSV(B) | 232.46º | 0.96% | 0.68% | - |
| XYZ | 8.14 | 3.93 | 40.37 | - |
| YUV | 38.37 | 204.54 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 174 | 0.96 | 0.84 | 0 | 0.32 | 232.46 | 0.92 | 0.35 |
| Hex | 7 | 1C | AE | 60 | 54 | 0 | 20 | E8 | 5C | 23 |
| Octal | 7 | 34 | 256 | 140 | 124 | 0 | 40 | 350 | 134 | 43 |
| Binary | 111 | 11100 | 10101110 | 1100000 | 1010100 | 0 | 100000 | 11101000 | 1011100 | 100011 |
Color Harmonies of #071CAE
Complementary color
Monochromatic Colors of #071CAE
Black with #071CAE
Text Example
Text Example
White with #071CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071CAE; }
p { color: rgb(7,28,174); }
H1.HeaderClassName
{
color: #071CAE;
}
.AnyTagClassName
{
color: #071CAE;
}
</style>
background-color css
<style>
a { background-color: #071CAE; }
a { background-color: rgb(7,28,174); }
div.DivClassName
{
background-color: #071CAE;
}
.BgClassName
{
background-color: #071CAE;
}
</style>
border-color css
<style>
span { border-color: #071CAE; }
span { border-color: rgb(7,28,174); }
td.TdClassName
{
border-color: #071CAE;
}
.TagClassName
{
border-color: #071CAE;
}
</style>