Html Css Color HEX #07219D International Klein Blue
📋 copy color: '#07219D'red 7 ◦ green 33 ◦ blue 157
Shades of International Klein Blue #07219D
Tints of International Klein Blue #07219D
RGB
CMYK
RGB Variations
Color information
#07219D (or 0x07219D) is known color: International Klein Blue. HEX triplet: 07, 21 and 9D. RGB value is (7,33,157). Sum of RGB (Red+Green+Blue) = 7+33+157=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 157 (61.72% from 255 or 79.70% from 197); Max value from RGB is 157 - color contains mainly: blue. Hex color #07219D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07219D is #F8DE62. Grayscale: #262626. Windows color (decimal): -16309859 or 10297607. OLE color: 10297607.
HSL color Cylindrical-coordinate representation of color #07219D: hue angle of 229.6º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07219D is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 33 | 157 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.38 |
| HSL | 229.6º | 0.91% | 0.32% | - |
| HSV(B) | 229.6º | 0.96% | 0.62% | - |
| XYZ | 6.72 | 3.57 | 32.23 | - |
| YUV | 39.36 | 194.39 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 157 | 0.96 | 0.79 | 0 | 0.38 | 229.6 | 0.91 | 0.32 |
| Hex | 7 | 21 | 9D | 60 | 4F | 0 | 26 | E6 | 5B | 20 |
| Octal | 7 | 41 | 235 | 140 | 117 | 0 | 46 | 346 | 133 | 40 |
| Binary | 111 | 100001 | 10011101 | 1100000 | 1001111 | 0 | 100110 | 11100110 | 1011011 | 100000 |
Color Harmonies of #07219D
Complementary color
Monochromatic Colors of #07219D
Black with #07219D
Text Example
Text Example
White with #07219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07219D; }
p { color: rgb(7,33,157); }
H1.HeaderClassName
{
color: #07219D;
}
.AnyTagClassName
{
color: #07219D;
}
</style>
background-color css
<style>
a { background-color: #07219D; }
a { background-color: rgb(7,33,157); }
div.DivClassName
{
background-color: #07219D;
}
.BgClassName
{
background-color: #07219D;
}
</style>
border-color css
<style>
span { border-color: #07219D; }
span { border-color: rgb(7,33,157); }
td.TdClassName
{
border-color: #07219D;
}
.TagClassName
{
border-color: #07219D;
}
</style>