Html Css Color HEX #0736AF International Klein Blue
📋 copy color: '#0736AF'red 7 ◦ green 54 ◦ blue 175
Shades of International Klein Blue #0736AF
Tints of International Klein Blue #0736AF
RGB
CMYK
RGB Variations
Color information
#0736AF (or 0x0736AF) is known color: International Klein Blue. HEX triplet: 07, 36 and AF. RGB value is (7,54,175). Sum of RGB (Red+Green+Blue) = 7+54+175=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #0736AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0736AF is #F8C950. Grayscale: #353535. Windows color (decimal): -16304465 or 11482631. OLE color: 11482631.
HSL color Cylindrical-coordinate representation of color #0736AF: hue angle of 223.21º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0736AF is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 54 | 175 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.31 |
| HSL | 223.21º | 0.92% | 0.36% | - |
| HSV(B) | 223.21º | 0.96% | 0.69% | - |
| XYZ | 9.14 | 5.78 | 41.19 | - |
| YUV | 53.74 | 196.43 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 175 | 0.96 | 0.69 | 0 | 0.31 | 223.21 | 0.92 | 0.36 |
| Hex | 7 | 36 | AF | 60 | 45 | 0 | 1F | DF | 5C | 24 |
| Octal | 7 | 66 | 257 | 140 | 105 | 0 | 37 | 337 | 134 | 44 |
| Binary | 111 | 110110 | 10101111 | 1100000 | 1000101 | 0 | 11111 | 11011111 | 1011100 | 100100 |
Color Harmonies of #0736AF
Complementary color
Monochromatic Colors of #0736AF
Black with #0736AF
Text Example
Text Example
White with #0736AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0736AF; }
p { color: rgb(7,54,175); }
H1.HeaderClassName
{
color: #0736AF;
}
.AnyTagClassName
{
color: #0736AF;
}
</style>
background-color css
<style>
a { background-color: #0736AF; }
a { background-color: rgb(7,54,175); }
div.DivClassName
{
background-color: #0736AF;
}
.BgClassName
{
background-color: #0736AF;
}
</style>
border-color css
<style>
span { border-color: #0736AF; }
span { border-color: rgb(7,54,175); }
td.TdClassName
{
border-color: #0736AF;
}
.TagClassName
{
border-color: #0736AF;
}
</style>