Html Css Color HEX #0A1CBB International Klein Blue
📋 copy color: '#0A1CBB'red 10 ◦ green 28 ◦ blue 187
Shades of International Klein Blue #0A1CBB
Tints of International Klein Blue #0A1CBB
RGB
CMYK
RGB Variations
Color information
#0A1CBB (or 0x0A1CBB) is known color: International Klein Blue. HEX triplet: 0A, 1C and BB. RGB value is (10,28,187). Sum of RGB (Red+Green+Blue) = 10+28+187=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 187 (73.44% from 255 or 83.11% from 225); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A1CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1CBB is #F5E344. Grayscale: #282828. Windows color (decimal): -16114501 or 12262410. OLE color: 12262410.
HSL color Cylindrical-coordinate representation of color #0A1CBB: hue angle of 233.9º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A1CBB is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 28 | 187 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.27 |
| HSL | 233.9º | 0.9% | 0.39% | - |
| HSV(B) | 233.9º | 0.95% | 0.73% | - |
| XYZ | 9.51 | 4.48 | 47.38 | - |
| YUV | 40.74 | 210.54 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 28 | 187 | 0.95 | 0.85 | 0 | 0.27 | 233.9 | 0.9 | 0.39 |
| Hex | A | 1C | BB | 5F | 55 | 0 | 1B | EA | 5A | 27 |
| Octal | 12 | 34 | 273 | 137 | 125 | 0 | 33 | 352 | 132 | 47 |
| Binary | 1010 | 11100 | 10111011 | 1011111 | 1010101 | 0 | 11011 | 11101010 | 1011010 | 100111 |
Color Harmonies of #0A1CBB
Complementary color
Monochromatic Colors of #0A1CBB
Black with #0A1CBB
Text Example
Text Example
White with #0A1CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1CBB; }
p { color: rgb(10,28,187); }
H1.HeaderClassName
{
color: #0A1CBB;
}
.AnyTagClassName
{
color: #0A1CBB;
}
</style>
background-color css
<style>
a { background-color: #0A1CBB; }
a { background-color: rgb(10,28,187); }
div.DivClassName
{
background-color: #0A1CBB;
}
.BgClassName
{
background-color: #0A1CBB;
}
</style>
border-color css
<style>
span { border-color: #0A1CBB; }
span { border-color: rgb(10,28,187); }
td.TdClassName
{
border-color: #0A1CBB;
}
.TagClassName
{
border-color: #0A1CBB;
}
</style>