Html Css Color HEX #0732AF International Klein Blue
📋 copy color: '#0732AF'red 7 ◦ green 50 ◦ blue 175
Shades of International Klein Blue #0732AF
Tints of International Klein Blue #0732AF
RGB
CMYK
RGB Variations
Color information
#0732AF (or 0x0732AF) is known color: International Klein Blue. HEX triplet: 07, 32 and AF. RGB value is (7,50,175). Sum of RGB (Red+Green+Blue) = 7+50+175=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 175 (68.75% from 255 or 75.43% from 232); Max value from RGB is 175 - color contains mainly: blue. Hex color #0732AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0732AF is #F8CD50. Grayscale: #323232. Windows color (decimal): -16305489 or 11481607. OLE color: 11481607.
HSL color Cylindrical-coordinate representation of color #0732AF: hue angle of 224.64º 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 #0732AF is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 50 | 175 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.31 |
| HSL | 224.64º | 0.92% | 0.36% | - |
| HSV(B) | 224.64º | 0.96% | 0.69% | - |
| XYZ | 8.97 | 5.42 | 41.13 | - |
| YUV | 51.39 | 197.75 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 175 | 0.96 | 0.71 | 0 | 0.31 | 224.64 | 0.92 | 0.36 |
| Hex | 7 | 32 | AF | 60 | 47 | 0 | 1F | E1 | 5C | 24 |
| Octal | 7 | 62 | 257 | 140 | 107 | 0 | 37 | 341 | 134 | 44 |
| Binary | 111 | 110010 | 10101111 | 1100000 | 1000111 | 0 | 11111 | 11100001 | 1011100 | 100100 |
Color Harmonies of #0732AF
Complementary color
Monochromatic Colors of #0732AF
Black with #0732AF
Text Example
Text Example
White with #0732AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0732AF; }
p { color: rgb(7,50,175); }
H1.HeaderClassName
{
color: #0732AF;
}
.AnyTagClassName
{
color: #0732AF;
}
</style>
background-color css
<style>
a { background-color: #0732AF; }
a { background-color: rgb(7,50,175); }
div.DivClassName
{
background-color: #0732AF;
}
.BgClassName
{
background-color: #0732AF;
}
</style>
border-color css
<style>
span { border-color: #0732AF; }
span { border-color: rgb(7,50,175); }
td.TdClassName
{
border-color: #0732AF;
}
.TagClassName
{
border-color: #0732AF;
}
</style>