Html Css Color HEX #07249D International Klein Blue
📋 copy color: '#07249D'red 7 ◦ green 36 ◦ blue 157
Shades of International Klein Blue #07249D
Tints of International Klein Blue #07249D
RGB
CMYK
RGB Variations
Color information
#07249D (or 0x07249D) is known color: International Klein Blue. HEX triplet: 07, 24 and 9D. RGB value is (7,36,157). Sum of RGB (Red+Green+Blue) = 7+36+157=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 157 (61.72% from 255 or 78.5% from 200); Max value from RGB is 157 - color contains mainly: blue. Hex color #07249D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07249D is #F8DB62. Grayscale: #282828. Windows color (decimal): -16309091 or 10298375. OLE color: 10298375.
HSL color Cylindrical-coordinate representation of color #07249D: hue angle of 228.4º 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 #07249D is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 36 | 157 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.38 |
| HSL | 228.4º | 0.91% | 0.32% | - |
| HSV(B) | 228.4º | 0.96% | 0.62% | - |
| XYZ | 6.8 | 3.74 | 32.26 | - |
| YUV | 41.12 | 193.39 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 157 | 0.96 | 0.77 | 0 | 0.38 | 228.4 | 0.91 | 0.32 |
| Hex | 7 | 24 | 9D | 60 | 4D | 0 | 26 | E4 | 5B | 20 |
| Octal | 7 | 44 | 235 | 140 | 115 | 0 | 46 | 344 | 133 | 40 |
| Binary | 111 | 100100 | 10011101 | 1100000 | 1001101 | 0 | 100110 | 11100100 | 1011011 | 100000 |
Color Harmonies of #07249D
Complementary color
Monochromatic Colors of #07249D
Black with #07249D
Text Example
Text Example
White with #07249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07249D; }
p { color: rgb(7,36,157); }
H1.HeaderClassName
{
color: #07249D;
}
.AnyTagClassName
{
color: #07249D;
}
</style>
background-color css
<style>
a { background-color: #07249D; }
a { background-color: rgb(7,36,157); }
div.DivClassName
{
background-color: #07249D;
}
.BgClassName
{
background-color: #07249D;
}
</style>
border-color css
<style>
span { border-color: #07249D; }
span { border-color: rgb(7,36,157); }
td.TdClassName
{
border-color: #07249D;
}
.TagClassName
{
border-color: #07249D;
}
</style>