Html Css Color HEX #0727BC International Klein Blue
📋 copy color: '#0727BC'red 7 ◦ green 39 ◦ blue 188
Shades of International Klein Blue #0727BC
Tints of International Klein Blue #0727BC
RGB
CMYK
RGB Variations
Color information
#0727BC (or 0x0727BC) is known color: International Klein Blue. HEX triplet: 07, 27 and BC. RGB value is (7,39,188). Sum of RGB (Red+Green+Blue) = 7+39+188=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #0727BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0727BC is #F8D843. Grayscale: #2D2D2D. Windows color (decimal): -16308292 or 12330759. OLE color: 12330759.
HSL color Cylindrical-coordinate representation of color #0727BC: hue angle of 229.39º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0727BC is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 39 | 188 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.26 |
| HSL | 229.39º | 0.93% | 0.38% | - |
| HSV(B) | 229.39º | 0.96% | 0.74% | - |
| XYZ | 9.89 | 5.13 | 48.05 | - |
| YUV | 46.42 | 207.9 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 188 | 0.96 | 0.79 | 0 | 0.26 | 229.39 | 0.93 | 0.38 |
| Hex | 7 | 27 | BC | 60 | 4F | 0 | 1A | E5 | 5D | 26 |
| Octal | 7 | 47 | 274 | 140 | 117 | 0 | 32 | 345 | 135 | 46 |
| Binary | 111 | 100111 | 10111100 | 1100000 | 1001111 | 0 | 11010 | 11100101 | 1011101 | 100110 |
Color Harmonies of #0727BC
Complementary color
Monochromatic Colors of #0727BC
Black with #0727BC
Text Example
Text Example
White with #0727BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0727BC; }
p { color: rgb(7,39,188); }
H1.HeaderClassName
{
color: #0727BC;
}
.AnyTagClassName
{
color: #0727BC;
}
</style>
background-color css
<style>
a { background-color: #0727BC; }
a { background-color: rgb(7,39,188); }
div.DivClassName
{
background-color: #0727BC;
}
.BgClassName
{
background-color: #0727BC;
}
</style>
border-color css
<style>
span { border-color: #0727BC; }
span { border-color: rgb(7,39,188); }
td.TdClassName
{
border-color: #0727BC;
}
.TagClassName
{
border-color: #0727BC;
}
</style>