Html Css Color HEX #081E9A International Klein Blue
📋 copy color: '#081E9A'red 8 ◦ green 30 ◦ blue 154
Shades of International Klein Blue #081E9A
Tints of International Klein Blue #081E9A
RGB
CMYK
RGB Variations
Color information
#081E9A (or 0x081E9A) is known color: International Klein Blue. HEX triplet: 08, 1E and 9A. RGB value is (8,30,154). Sum of RGB (Red+Green+Blue) = 8+30+154=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 154 (60.55% from 255 or 80.21% from 192); Max value from RGB is 154 - color contains mainly: blue. Hex color #081E9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081E9A is #F7E165. Grayscale: #252525. Windows color (decimal): -16245094 or 10100232. OLE color: 10100232.
HSL color Cylindrical-coordinate representation of color #081E9A: hue angle of 230.96º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081E9A is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 30 | 154 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.40 |
| HSL | 230.96º | 0.9% | 0.32% | - |
| HSV(B) | 230.96º | 0.95% | 0.6% | - |
| XYZ | 6.4 | 3.31 | 30.87 | - |
| YUV | 37.56 | 193.71 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 154 | 0.95 | 0.81 | 0 | 0.40 | 230.96 | 0.9 | 0.32 |
| Hex | 8 | 1E | 9A | 5F | 51 | 0 | 28 | E7 | 5A | 20 |
| Octal | 10 | 36 | 232 | 137 | 121 | 0 | 50 | 347 | 132 | 40 |
| Binary | 1000 | 11110 | 10011010 | 1011111 | 1010001 | 0 | 101000 | 11100111 | 1011010 | 100000 |
Color Harmonies of #081E9A
Complementary color
Monochromatic Colors of #081E9A
Black with #081E9A
Text Example
Text Example
White with #081E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E9A; }
p { color: rgb(8,30,154); }
H1.HeaderClassName
{
color: #081E9A;
}
.AnyTagClassName
{
color: #081E9A;
}
</style>
background-color css
<style>
a { background-color: #081E9A; }
a { background-color: rgb(8,30,154); }
div.DivClassName
{
background-color: #081E9A;
}
.BgClassName
{
background-color: #081E9A;
}
</style>
border-color css
<style>
span { border-color: #081E9A; }
span { border-color: rgb(8,30,154); }
td.TdClassName
{
border-color: #081E9A;
}
.TagClassName
{
border-color: #081E9A;
}
</style>