Html Css Color HEX #0A1BBA International Klein Blue
📋 copy color: '#0A1BBA'red 10 ◦ green 27 ◦ blue 186
Shades of International Klein Blue #0A1BBA
Tints of International Klein Blue #0A1BBA
RGB
CMYK
RGB Variations
Color information
#0A1BBA (or 0x0A1BBA) is known color: International Klein Blue. HEX triplet: 0A, 1B and BA. RGB value is (10,27,186). Sum of RGB (Red+Green+Blue) = 10+27+186=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 186 (73.05% from 255 or 83.41% from 223); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A1BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1BBA is #F5E445. Grayscale: #272727. Windows color (decimal): -16114758 or 12196618. OLE color: 12196618.
HSL color Cylindrical-coordinate representation of color #0A1BBA: hue angle of 234.2º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A1BBA is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 27 | 186 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.27 |
| HSL | 234.2º | 0.9% | 0.38% | - |
| HSV(B) | 234.2º | 0.95% | 0.73% | - |
| XYZ | 9.38 | 4.39 | 46.81 | - |
| YUV | 40.04 | 210.37 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 27 | 186 | 0.95 | 0.85 | 0 | 0.27 | 234.2 | 0.9 | 0.38 |
| Hex | A | 1B | BA | 5F | 55 | 0 | 1B | EA | 5A | 26 |
| Octal | 12 | 33 | 272 | 137 | 125 | 0 | 33 | 352 | 132 | 46 |
| Binary | 1010 | 11011 | 10111010 | 1011111 | 1010101 | 0 | 11011 | 11101010 | 1011010 | 100110 |
Color Harmonies of #0A1BBA
Complementary color
Monochromatic Colors of #0A1BBA
Black with #0A1BBA
Text Example
Text Example
White with #0A1BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1BBA; }
p { color: rgb(10,27,186); }
H1.HeaderClassName
{
color: #0A1BBA;
}
.AnyTagClassName
{
color: #0A1BBA;
}
</style>
background-color css
<style>
a { background-color: #0A1BBA; }
a { background-color: rgb(10,27,186); }
div.DivClassName
{
background-color: #0A1BBA;
}
.BgClassName
{
background-color: #0A1BBA;
}
</style>
border-color css
<style>
span { border-color: #0A1BBA; }
span { border-color: rgb(10,27,186); }
td.TdClassName
{
border-color: #0A1BBA;
}
.TagClassName
{
border-color: #0A1BBA;
}
</style>