Html Css Color HEX #0737AA International Klein Blue
📋 copy color: '#0737AA'red 7 ◦ green 55 ◦ blue 170
Shades of International Klein Blue #0737AA
Tints of International Klein Blue #0737AA
RGB
CMYK
RGB Variations
Color information
#0737AA (or 0x0737AA) is known color: International Klein Blue. HEX triplet: 07, 37 and AA. RGB value is (7,55,170). Sum of RGB (Red+Green+Blue) = 7+55+170=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #0737AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0737AA is #F8C855. Grayscale: #353535. Windows color (decimal): -16304214 or 11155207. OLE color: 11155207.
HSL color Cylindrical-coordinate representation of color #0737AA: hue angle of 222.33º 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 #0737AA is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 55 | 170 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.33 |
| HSL | 222.33º | 0.92% | 0.35% | - |
| HSV(B) | 222.33º | 0.96% | 0.67% | - |
| XYZ | 8.71 | 5.68 | 38.67 | - |
| YUV | 53.76 | 193.6 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 170 | 0.96 | 0.68 | 0 | 0.33 | 222.33 | 0.92 | 0.35 |
| Hex | 7 | 37 | AA | 60 | 44 | 0 | 21 | DE | 5C | 23 |
| Octal | 7 | 67 | 252 | 140 | 104 | 0 | 41 | 336 | 134 | 43 |
| Binary | 111 | 110111 | 10101010 | 1100000 | 1000100 | 0 | 100001 | 11011110 | 1011100 | 100011 |
Color Harmonies of #0737AA
Complementary color
Monochromatic Colors of #0737AA
Black with #0737AA
Text Example
Text Example
White with #0737AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0737AA; }
p { color: rgb(7,55,170); }
H1.HeaderClassName
{
color: #0737AA;
}
.AnyTagClassName
{
color: #0737AA;
}
</style>
background-color css
<style>
a { background-color: #0737AA; }
a { background-color: rgb(7,55,170); }
div.DivClassName
{
background-color: #0737AA;
}
.BgClassName
{
background-color: #0737AA;
}
</style>
border-color css
<style>
span { border-color: #0737AA; }
span { border-color: rgb(7,55,170); }
td.TdClassName
{
border-color: #0737AA;
}
.TagClassName
{
border-color: #0737AA;
}
</style>