Html Css Color HEX #07219C International Klein Blue
📋 copy color: '#07219C'red 7 ◦ green 33 ◦ blue 156
Shades of International Klein Blue #07219C
Tints of International Klein Blue #07219C
RGB
CMYK
RGB Variations
Color information
#07219C (or 0x07219C) is known color: International Klein Blue. HEX triplet: 07, 21 and 9C. RGB value is (7,33,156). Sum of RGB (Red+Green+Blue) = 7+33+156=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 156 (61.33% from 255 or 79.59% from 196); Max value from RGB is 156 - color contains mainly: blue. Hex color #07219C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07219C is #F8DE63. Grayscale: #262626. Windows color (decimal): -16309860 or 10232071. OLE color: 10232071.
HSL color Cylindrical-coordinate representation of color #07219C: hue angle of 229.53º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07219C is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 33 | 156 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.39 |
| HSL | 229.53º | 0.91% | 0.32% | - |
| HSV(B) | 229.53º | 0.96% | 0.61% | - |
| XYZ | 6.63 | 3.53 | 31.78 | - |
| YUV | 39.25 | 193.89 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 156 | 0.96 | 0.79 | 0 | 0.39 | 229.53 | 0.91 | 0.32 |
| Hex | 7 | 21 | 9C | 60 | 4F | 0 | 27 | E6 | 5B | 20 |
| Octal | 7 | 41 | 234 | 140 | 117 | 0 | 47 | 346 | 133 | 40 |
| Binary | 111 | 100001 | 10011100 | 1100000 | 1001111 | 0 | 100111 | 11100110 | 1011011 | 100000 |
Color Harmonies of #07219C
Complementary color
Monochromatic Colors of #07219C
Black with #07219C
Text Example
Text Example
White with #07219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07219C; }
p { color: rgb(7,33,156); }
H1.HeaderClassName
{
color: #07219C;
}
.AnyTagClassName
{
color: #07219C;
}
</style>
background-color css
<style>
a { background-color: #07219C; }
a { background-color: rgb(7,33,156); }
div.DivClassName
{
background-color: #07219C;
}
.BgClassName
{
background-color: #07219C;
}
</style>
border-color css
<style>
span { border-color: #07219C; }
span { border-color: rgb(7,33,156); }
td.TdClassName
{
border-color: #07219C;
}
.TagClassName
{
border-color: #07219C;
}
</style>