Html Css Color HEX #07249B International Klein Blue
📋 copy color: '#07249B'red 7 ◦ green 36 ◦ blue 155
Shades of International Klein Blue #07249B
Tints of International Klein Blue #07249B
RGB
CMYK
RGB Variations
Color information
#07249B (or 0x07249B) is known color: International Klein Blue. HEX triplet: 07, 24 and 9B. RGB value is (7,36,155). Sum of RGB (Red+Green+Blue) = 7+36+155=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 155 (60.94% from 255 or 78.28% from 198); Max value from RGB is 155 - color contains mainly: blue. Hex color #07249B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07249B is #F8DB64. Grayscale: #282828. Windows color (decimal): -16309093 or 10167303. OLE color: 10167303.
HSL color Cylindrical-coordinate representation of color #07249B: hue angle of 228.24º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07249B is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 36 | 155 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.39 |
| HSL | 228.24º | 0.91% | 0.32% | - |
| HSV(B) | 228.24º | 0.95% | 0.61% | - |
| XYZ | 6.63 | 3.67 | 31.37 | - |
| YUV | 40.9 | 192.39 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 155 | 0.95 | 0.77 | 0 | 0.39 | 228.24 | 0.91 | 0.32 |
| Hex | 7 | 24 | 9B | 5F | 4D | 0 | 27 | E4 | 5B | 20 |
| Octal | 7 | 44 | 233 | 137 | 115 | 0 | 47 | 344 | 133 | 40 |
| Binary | 111 | 100100 | 10011011 | 1011111 | 1001101 | 0 | 100111 | 11100100 | 1011011 | 100000 |
Color Harmonies of #07249B
Complementary color
Monochromatic Colors of #07249B
Black with #07249B
Text Example
Text Example
White with #07249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07249B; }
p { color: rgb(7,36,155); }
H1.HeaderClassName
{
color: #07249B;
}
.AnyTagClassName
{
color: #07249B;
}
</style>
background-color css
<style>
a { background-color: #07249B; }
a { background-color: rgb(7,36,155); }
div.DivClassName
{
background-color: #07249B;
}
.BgClassName
{
background-color: #07249B;
}
</style>
border-color css
<style>
span { border-color: #07249B; }
span { border-color: rgb(7,36,155); }
td.TdClassName
{
border-color: #07249B;
}
.TagClassName
{
border-color: #07249B;
}
</style>