Html Css Color HEX #07269C International Klein Blue
📋 copy color: '#07269C'red 7 ◦ green 38 ◦ blue 156
Shades of International Klein Blue #07269C
Tints of International Klein Blue #07269C
RGB
CMYK
RGB Variations
Color information
#07269C (or 0x07269C) is known color: International Klein Blue. HEX triplet: 07, 26 and 9C. RGB value is (7,38,156). Sum of RGB (Red+Green+Blue) = 7+38+156=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 156 (61.33% from 255 or 77.61% from 201); Max value from RGB is 156 - color contains mainly: blue. Hex color #07269C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07269C is #F8D963. Grayscale: #292929. Windows color (decimal): -16308580 or 10233351. OLE color: 10233351.
HSL color Cylindrical-coordinate representation of color #07269C: hue angle of 227.52º 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 #07269C is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 38 | 156 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.39 |
| HSL | 227.52º | 0.91% | 0.32% | - |
| HSV(B) | 227.52º | 0.96% | 0.61% | - |
| XYZ | 6.78 | 3.83 | 31.83 | - |
| YUV | 42.18 | 192.23 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 156 | 0.96 | 0.76 | 0 | 0.39 | 227.52 | 0.91 | 0.32 |
| Hex | 7 | 26 | 9C | 60 | 4C | 0 | 27 | E4 | 5B | 20 |
| Octal | 7 | 46 | 234 | 140 | 114 | 0 | 47 | 344 | 133 | 40 |
| Binary | 111 | 100110 | 10011100 | 1100000 | 1001100 | 0 | 100111 | 11100100 | 1011011 | 100000 |
Color Harmonies of #07269C
Complementary color
Monochromatic Colors of #07269C
Black with #07269C
Text Example
Text Example
White with #07269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07269C; }
p { color: rgb(7,38,156); }
H1.HeaderClassName
{
color: #07269C;
}
.AnyTagClassName
{
color: #07269C;
}
</style>
background-color css
<style>
a { background-color: #07269C; }
a { background-color: rgb(7,38,156); }
div.DivClassName
{
background-color: #07269C;
}
.BgClassName
{
background-color: #07269C;
}
</style>
border-color css
<style>
span { border-color: #07269C; }
span { border-color: rgb(7,38,156); }
td.TdClassName
{
border-color: #07269C;
}
.TagClassName
{
border-color: #07269C;
}
</style>