Html Css Color HEX #072099 International Klein Blue
📋 copy color: '#072099'red 7 ◦ green 32 ◦ blue 153
Shades of International Klein Blue #072099
Tints of International Klein Blue #072099
RGB
CMYK
RGB Variations
Color information
#072099 (or 0x072099) is known color: International Klein Blue. HEX triplet: 07, 20 and 99. RGB value is (7,32,153). Sum of RGB (Red+Green+Blue) = 7+32+153=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 153 (60.16% from 255 or 79.69% from 192); Max value from RGB is 153 - color contains mainly: blue. Hex color #072099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072099 is #F8DF66. Grayscale: #252525. Windows color (decimal): -16310119 or 10035207. OLE color: 10035207.
HSL color Cylindrical-coordinate representation of color #072099: hue angle of 229.73º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072099 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 32 | 153 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.4 |
| HSL | 229.73º | 0.91% | 0.31% | - |
| HSV(B) | 229.73º | 0.95% | 0.6% | - |
| XYZ | 6.35 | 3.38 | 30.45 | - |
| YUV | 38.32 | 192.72 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 153 | 0.95 | 0.79 | 0 | 0.4 | 229.73 | 0.91 | 0.31 |
| Hex | 7 | 20 | 99 | 5F | 4F | 0 | 28 | E6 | 5B | 1F |
| Octal | 7 | 40 | 231 | 137 | 117 | 0 | 50 | 346 | 133 | 37 |
| Binary | 111 | 100000 | 10011001 | 1011111 | 1001111 | 0 | 101000 | 11100110 | 1011011 | 11111 |
Color Harmonies of #072099
Complementary color
Monochromatic Colors of #072099
Black with #072099
Text Example
Text Example
White with #072099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072099; }
p { color: rgb(7,32,153); }
H1.HeaderClassName
{
color: #072099;
}
.AnyTagClassName
{
color: #072099;
}
</style>
background-color css
<style>
a { background-color: #072099; }
a { background-color: rgb(7,32,153); }
div.DivClassName
{
background-color: #072099;
}
.BgClassName
{
background-color: #072099;
}
</style>
border-color css
<style>
span { border-color: #072099; }
span { border-color: rgb(7,32,153); }
td.TdClassName
{
border-color: #072099;
}
.TagClassName
{
border-color: #072099;
}
</style>