Html Css Color HEX #0719AD International Klein Blue
📋 copy color: '#0719AD'red 7 ◦ green 25 ◦ blue 173
Shades of International Klein Blue #0719AD
Tints of International Klein Blue #0719AD
RGB
CMYK
RGB Variations
Color information
#0719AD (or 0x0719AD) is known color: International Klein Blue. HEX triplet: 07, 19 and AD. RGB value is (7,25,173). Sum of RGB (Red+Green+Blue) = 7+25+173=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 173 (67.97% from 255 or 84.39% from 205); Max value from RGB is 173 - color contains mainly: blue. Hex color #0719AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0719AD is #F8E652. Grayscale: #232323. Windows color (decimal): -16311891 or 11344135. OLE color: 11344135.
HSL color Cylindrical-coordinate representation of color #0719AD: hue angle of 233.49º 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 #0719AD is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 25 | 173 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.32 |
| HSL | 233.49º | 0.92% | 0.35% | - |
| HSV(B) | 233.49º | 0.96% | 0.68% | - |
| XYZ | 7.98 | 3.76 | 39.84 | - |
| YUV | 36.49 | 205.04 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 173 | 0.96 | 0.86 | 0 | 0.32 | 233.49 | 0.92 | 0.35 |
| Hex | 7 | 19 | AD | 60 | 56 | 0 | 20 | E9 | 5C | 23 |
| Octal | 7 | 31 | 255 | 140 | 126 | 0 | 40 | 351 | 134 | 43 |
| Binary | 111 | 11001 | 10101101 | 1100000 | 1010110 | 0 | 100000 | 11101001 | 1011100 | 100011 |
Color Harmonies of #0719AD
Complementary color
Monochromatic Colors of #0719AD
Black with #0719AD
Text Example
Text Example
White with #0719AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0719AD; }
p { color: rgb(7,25,173); }
H1.HeaderClassName
{
color: #0719AD;
}
.AnyTagClassName
{
color: #0719AD;
}
</style>
background-color css
<style>
a { background-color: #0719AD; }
a { background-color: rgb(7,25,173); }
div.DivClassName
{
background-color: #0719AD;
}
.BgClassName
{
background-color: #0719AD;
}
</style>
border-color css
<style>
span { border-color: #0719AD; }
span { border-color: rgb(7,25,173); }
td.TdClassName
{
border-color: #0719AD;
}
.TagClassName
{
border-color: #0719AD;
}
</style>