Html Css Color HEX #0A1C9C International Klein Blue
📋 copy color: '#0A1C9C'red 10 ◦ green 28 ◦ blue 156
Shades of International Klein Blue #0A1C9C
Tints of International Klein Blue #0A1C9C
RGB
CMYK
RGB Variations
Color information
#0A1C9C (or 0x0A1C9C) is known color: International Klein Blue. HEX triplet: 0A, 1C and 9C. RGB value is (10,28,156). Sum of RGB (Red+Green+Blue) = 10+28+156=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 156 (61.33% from 255 or 80.41% from 194); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A1C9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1C9C is #F5E363. Grayscale: #242424. Windows color (decimal): -16114532 or 10230794. OLE color: 10230794.
HSL color Cylindrical-coordinate representation of color #0A1C9C: hue angle of 232.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A1C9C is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 28 | 156 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.39 |
| HSL | 232.6º | 0.88% | 0.33% | - |
| HSV(B) | 232.6º | 0.94% | 0.61% | - |
| XYZ | 6.54 | 3.3 | 31.74 | - |
| YUV | 37.21 | 195.04 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 28 | 156 | 0.94 | 0.82 | 0 | 0.39 | 232.6 | 0.88 | 0.33 |
| Hex | A | 1C | 9C | 5E | 52 | 0 | 27 | E9 | 58 | 21 |
| Octal | 12 | 34 | 234 | 136 | 122 | 0 | 47 | 351 | 130 | 41 |
| Binary | 1010 | 11100 | 10011100 | 1011110 | 1010010 | 0 | 100111 | 11101001 | 1011000 | 100001 |
Color Harmonies of #0A1C9C
Complementary color
Monochromatic Colors of #0A1C9C
Black with #0A1C9C
Text Example
Text Example
White with #0A1C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1C9C; }
p { color: rgb(10,28,156); }
H1.HeaderClassName
{
color: #0A1C9C;
}
.AnyTagClassName
{
color: #0A1C9C;
}
</style>
background-color css
<style>
a { background-color: #0A1C9C; }
a { background-color: rgb(10,28,156); }
div.DivClassName
{
background-color: #0A1C9C;
}
.BgClassName
{
background-color: #0A1C9C;
}
</style>
border-color css
<style>
span { border-color: #0A1C9C; }
span { border-color: rgb(10,28,156); }
td.TdClassName
{
border-color: #0A1C9C;
}
.TagClassName
{
border-color: #0A1C9C;
}
</style>