Html Css Color HEX #0730AB International Klein Blue
📋 copy color: '#0730AB'red 7 ◦ green 48 ◦ blue 171
Shades of International Klein Blue #0730AB
Tints of International Klein Blue #0730AB
RGB
CMYK
RGB Variations
Color information
#0730AB (or 0x0730AB) is known color: International Klein Blue. HEX triplet: 07, 30 and AB. RGB value is (7,48,171). Sum of RGB (Red+Green+Blue) = 7+48+171=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 171 (67.19% from 255 or 75.66% from 226); Max value from RGB is 171 - color contains mainly: blue. Hex color #0730AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0730AB is #F8CF54. Grayscale: #313131. Windows color (decimal): -16306005 or 11218951. OLE color: 11218951.
HSL color Cylindrical-coordinate representation of color #0730AB: hue angle of 225º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0730AB is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 48 | 171 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.33 |
| HSL | 225º | 0.92% | 0.35% | - |
| HSV(B) | 225º | 0.96% | 0.67% | - |
| XYZ | 8.5 | 5.1 | 39.06 | - |
| YUV | 49.76 | 196.42 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 171 | 0.96 | 0.72 | 0 | 0.33 | 225 | 0.92 | 0.35 |
| Hex | 7 | 30 | AB | 60 | 48 | 0 | 21 | E1 | 5C | 23 |
| Octal | 7 | 60 | 253 | 140 | 110 | 0 | 41 | 341 | 134 | 43 |
| Binary | 111 | 110000 | 10101011 | 1100000 | 1001000 | 0 | 100001 | 11100001 | 1011100 | 100011 |
Color Harmonies of #0730AB
Complementary color
Monochromatic Colors of #0730AB
Black with #0730AB
Text Example
Text Example
White with #0730AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0730AB; }
p { color: rgb(7,48,171); }
H1.HeaderClassName
{
color: #0730AB;
}
.AnyTagClassName
{
color: #0730AB;
}
</style>
background-color css
<style>
a { background-color: #0730AB; }
a { background-color: rgb(7,48,171); }
div.DivClassName
{
background-color: #0730AB;
}
.BgClassName
{
background-color: #0730AB;
}
</style>
border-color css
<style>
span { border-color: #0730AB; }
span { border-color: rgb(7,48,171); }
td.TdClassName
{
border-color: #0730AB;
}
.TagClassName
{
border-color: #0730AB;
}
</style>