Html Css Color HEX #0A1FBA International Klein Blue
📋 copy color: '#0A1FBA'red 10 ◦ green 31 ◦ blue 186
Shades of International Klein Blue #0A1FBA
Tints of International Klein Blue #0A1FBA
RGB
CMYK
RGB Variations
Color information
#0A1FBA (or 0x0A1FBA) is known color: International Klein Blue. HEX triplet: 0A, 1F and BA. RGB value is (10,31,186). Sum of RGB (Red+Green+Blue) = 10+31+186=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 186 (73.05% from 255 or 81.94% from 227); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A1FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1FBA is #F5E045. Grayscale: #292929. Windows color (decimal): -16113734 or 12197642. OLE color: 12197642.
HSL color Cylindrical-coordinate representation of color #0A1FBA: hue angle of 232.84º 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 #0A1FBA is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 31 | 186 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.27 |
| HSL | 232.84º | 0.9% | 0.38% | - |
| HSV(B) | 232.84º | 0.95% | 0.73% | - |
| XYZ | 9.48 | 4.59 | 46.84 | - |
| YUV | 42.39 | 209.04 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 31 | 186 | 0.95 | 0.83 | 0 | 0.27 | 232.84 | 0.9 | 0.38 |
| Hex | A | 1F | BA | 5F | 53 | 0 | 1B | E9 | 5A | 26 |
| Octal | 12 | 37 | 272 | 137 | 123 | 0 | 33 | 351 | 132 | 46 |
| Binary | 1010 | 11111 | 10111010 | 1011111 | 1010011 | 0 | 11011 | 11101001 | 1011010 | 100110 |
Color Harmonies of #0A1FBA
Complementary color
Monochromatic Colors of #0A1FBA
Black with #0A1FBA
Text Example
Text Example
White with #0A1FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1FBA; }
p { color: rgb(10,31,186); }
H1.HeaderClassName
{
color: #0A1FBA;
}
.AnyTagClassName
{
color: #0A1FBA;
}
</style>
background-color css
<style>
a { background-color: #0A1FBA; }
a { background-color: rgb(10,31,186); }
div.DivClassName
{
background-color: #0A1FBA;
}
.BgClassName
{
background-color: #0A1FBA;
}
</style>
border-color css
<style>
span { border-color: #0A1FBA; }
span { border-color: rgb(10,31,186); }
td.TdClassName
{
border-color: #0A1FBA;
}
.TagClassName
{
border-color: #0A1FBA;
}
</style>