Html Css Color HEX #0736AB International Klein Blue
📋 copy color: '#0736AB'red 7 ◦ green 54 ◦ blue 171
Shades of International Klein Blue #0736AB
Tints of International Klein Blue #0736AB
RGB
CMYK
RGB Variations
Color information
#0736AB (or 0x0736AB) is known color: International Klein Blue. HEX triplet: 07, 36 and AB. RGB value is (7,54,171). Sum of RGB (Red+Green+Blue) = 7+54+171=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #0736AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0736AB is #F8C954. Grayscale: #343434. Windows color (decimal): -16304469 or 11220487. OLE color: 11220487.
HSL color Cylindrical-coordinate representation of color #0736AB: hue angle of 222.8º 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 #0736AB is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 54 | 171 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.33 |
| HSL | 222.8º | 0.92% | 0.35% | - |
| HSV(B) | 222.8º | 0.96% | 0.67% | - |
| XYZ | 8.76 | 5.62 | 39.15 | - |
| YUV | 53.29 | 194.43 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 171 | 0.96 | 0.68 | 0 | 0.33 | 222.8 | 0.92 | 0.35 |
| Hex | 7 | 36 | AB | 60 | 44 | 0 | 21 | DF | 5C | 23 |
| Octal | 7 | 66 | 253 | 140 | 104 | 0 | 41 | 337 | 134 | 43 |
| Binary | 111 | 110110 | 10101011 | 1100000 | 1000100 | 0 | 100001 | 11011111 | 1011100 | 100011 |
Color Harmonies of #0736AB
Complementary color
Monochromatic Colors of #0736AB
Black with #0736AB
Text Example
Text Example
White with #0736AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0736AB; }
p { color: rgb(7,54,171); }
H1.HeaderClassName
{
color: #0736AB;
}
.AnyTagClassName
{
color: #0736AB;
}
</style>
background-color css
<style>
a { background-color: #0736AB; }
a { background-color: rgb(7,54,171); }
div.DivClassName
{
background-color: #0736AB;
}
.BgClassName
{
background-color: #0736AB;
}
</style>
border-color css
<style>
span { border-color: #0736AB; }
span { border-color: rgb(7,54,171); }
td.TdClassName
{
border-color: #0736AB;
}
.TagClassName
{
border-color: #0736AB;
}
</style>