Html Css Color HEX #0A1DBD International Klein Blue
📋 copy color: '#0A1DBD'red 10 ◦ green 29 ◦ blue 189
Shades of International Klein Blue #0A1DBD
Tints of International Klein Blue #0A1DBD
RGB
CMYK
RGB Variations
Color information
#0A1DBD (or 0x0A1DBD) is known color: International Klein Blue. HEX triplet: 0A, 1D and BD. RGB value is (10,29,189). Sum of RGB (Red+Green+Blue) = 10+29+189=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 189 (74.22% from 255 or 82.89% from 228); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A1DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1DBD is #F5E242. Grayscale: #282828. Windows color (decimal): -16114243 or 12393738. OLE color: 12393738.
HSL color Cylindrical-coordinate representation of color #0A1DBD: hue angle of 233.63º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A1DBD is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 29 | 189 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.26 |
| HSL | 233.63º | 0.9% | 0.39% | - |
| HSV(B) | 233.63º | 0.95% | 0.74% | - |
| XYZ | 9.75 | 4.62 | 48.52 | - |
| YUV | 41.56 | 211.21 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 29 | 189 | 0.95 | 0.85 | 0 | 0.26 | 233.63 | 0.9 | 0.39 |
| Hex | A | 1D | BD | 5F | 55 | 0 | 1A | EA | 5A | 27 |
| Octal | 12 | 35 | 275 | 137 | 125 | 0 | 32 | 352 | 132 | 47 |
| Binary | 1010 | 11101 | 10111101 | 1011111 | 1010101 | 0 | 11010 | 11101010 | 1011010 | 100111 |
Color Harmonies of #0A1DBD
Complementary color
Monochromatic Colors of #0A1DBD
Black with #0A1DBD
Text Example
Text Example
White with #0A1DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1DBD; }
p { color: rgb(10,29,189); }
H1.HeaderClassName
{
color: #0A1DBD;
}
.AnyTagClassName
{
color: #0A1DBD;
}
</style>
background-color css
<style>
a { background-color: #0A1DBD; }
a { background-color: rgb(10,29,189); }
div.DivClassName
{
background-color: #0A1DBD;
}
.BgClassName
{
background-color: #0A1DBD;
}
</style>
border-color css
<style>
span { border-color: #0A1DBD; }
span { border-color: rgb(10,29,189); }
td.TdClassName
{
border-color: #0A1DBD;
}
.TagClassName
{
border-color: #0A1DBD;
}
</style>