Html Css Color HEX #0735B9 International Klein Blue
📋 copy color: '#0735B9'red 7 ◦ green 53 ◦ blue 185
Shades of International Klein Blue #0735B9
Tints of International Klein Blue #0735B9
RGB
CMYK
RGB Variations
Color information
#0735B9 (or 0x0735B9) is known color: International Klein Blue. HEX triplet: 07, 35 and B9. RGB value is (7,53,185). Sum of RGB (Red+Green+Blue) = 7+53+185=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 185 (72.66% from 255 or 75.51% from 245); Max value from RGB is 185 - color contains mainly: blue. Hex color #0735B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0735B9 is #F8CA46. Grayscale: #353535. Windows color (decimal): -16304711 or 12137735. OLE color: 12137735.
HSL color Cylindrical-coordinate representation of color #0735B9: hue angle of 224.49º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0735B9 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 53 | 185 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.27 |
| HSL | 224.49º | 0.93% | 0.38% | - |
| HSV(B) | 224.49º | 0.96% | 0.73% | - |
| XYZ | 10.12 | 6.09 | 46.54 | - |
| YUV | 54.29 | 201.76 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 185 | 0.96 | 0.71 | 0 | 0.27 | 224.49 | 0.93 | 0.38 |
| Hex | 7 | 35 | B9 | 60 | 47 | 0 | 1B | E0 | 5D | 26 |
| Octal | 7 | 65 | 271 | 140 | 107 | 0 | 33 | 340 | 135 | 46 |
| Binary | 111 | 110101 | 10111001 | 1100000 | 1000111 | 0 | 11011 | 11100000 | 1011101 | 100110 |
Color Harmonies of #0735B9
Complementary color
Monochromatic Colors of #0735B9
Black with #0735B9
Text Example
Text Example
White with #0735B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0735B9; }
p { color: rgb(7,53,185); }
H1.HeaderClassName
{
color: #0735B9;
}
.AnyTagClassName
{
color: #0735B9;
}
</style>
background-color css
<style>
a { background-color: #0735B9; }
a { background-color: rgb(7,53,185); }
div.DivClassName
{
background-color: #0735B9;
}
.BgClassName
{
background-color: #0735B9;
}
</style>
border-color css
<style>
span { border-color: #0735B9; }
span { border-color: rgb(7,53,185); }
td.TdClassName
{
border-color: #0735B9;
}
.TagClassName
{
border-color: #0735B9;
}
</style>