Html Css Color HEX #081CBB International Klein Blue
📋 copy color: '#081CBB'red 8 ◦ green 28 ◦ blue 187
Shades of International Klein Blue #081CBB
Tints of International Klein Blue #081CBB
RGB
CMYK
RGB Variations
Color information
#081CBB (or 0x081CBB) is known color: International Klein Blue. HEX triplet: 08, 1C and BB. RGB value is (8,28,187). Sum of RGB (Red+Green+Blue) = 8+28+187=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 187 (73.44% from 255 or 83.86% from 223); Max value from RGB is 187 - color contains mainly: blue. Hex color #081CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081CBB is #F7E344. Grayscale: #272727. Windows color (decimal): -16245573 or 12262408. OLE color: 12262408.
HSL color Cylindrical-coordinate representation of color #081CBB: hue angle of 233.3º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081CBB is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 28 | 187 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.27 |
| HSL | 233.3º | 0.92% | 0.38% | - |
| HSV(B) | 233.3º | 0.96% | 0.73% | - |
| XYZ | 9.49 | 4.47 | 47.38 | - |
| YUV | 40.15 | 210.87 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 187 | 0.96 | 0.85 | 0 | 0.27 | 233.3 | 0.92 | 0.38 |
| Hex | 8 | 1C | BB | 60 | 55 | 0 | 1B | E9 | 5C | 26 |
| Octal | 10 | 34 | 273 | 140 | 125 | 0 | 33 | 351 | 134 | 46 |
| Binary | 1000 | 11100 | 10111011 | 1100000 | 1010101 | 0 | 11011 | 11101001 | 1011100 | 100110 |
Color Harmonies of #081CBB
Complementary color
Monochromatic Colors of #081CBB
Black with #081CBB
Text Example
Text Example
White with #081CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081CBB; }
p { color: rgb(8,28,187); }
H1.HeaderClassName
{
color: #081CBB;
}
.AnyTagClassName
{
color: #081CBB;
}
</style>
background-color css
<style>
a { background-color: #081CBB; }
a { background-color: rgb(8,28,187); }
div.DivClassName
{
background-color: #081CBB;
}
.BgClassName
{
background-color: #081CBB;
}
</style>
border-color css
<style>
span { border-color: #081CBB; }
span { border-color: rgb(8,28,187); }
td.TdClassName
{
border-color: #081CBB;
}
.TagClassName
{
border-color: #081CBB;
}
</style>