Html Css Color HEX #0925BA International Klein Blue
📋 copy color: '#0925BA'red 9 ◦ green 37 ◦ blue 186
Shades of International Klein Blue #0925BA
Tints of International Klein Blue #0925BA
RGB
CMYK
RGB Variations
Color information
#0925BA (or 0x0925BA) is known color: International Klein Blue. HEX triplet: 09, 25 and BA. RGB value is (9,37,186). Sum of RGB (Red+Green+Blue) = 9+37+186=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #0925BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0925BA is #F6DA45. Grayscale: #2C2C2C. Windows color (decimal): -16177734 or 12199177. OLE color: 12199177.
HSL color Cylindrical-coordinate representation of color #0925BA: hue angle of 230.51º degrees, saturation: 0.91, 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 #0925BA is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 37 | 186 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.27 |
| HSL | 230.51º | 0.91% | 0.38% | - |
| HSV(B) | 230.51º | 0.95% | 0.73% | - |
| XYZ | 9.64 | 4.93 | 46.9 | - |
| YUV | 45.61 | 207.22 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 186 | 0.95 | 0.80 | 0 | 0.27 | 230.51 | 0.91 | 0.38 |
| Hex | 9 | 25 | BA | 5F | 50 | 0 | 1B | E7 | 5B | 26 |
| Octal | 11 | 45 | 272 | 137 | 120 | 0 | 33 | 347 | 133 | 46 |
| Binary | 1001 | 100101 | 10111010 | 1011111 | 1010000 | 0 | 11011 | 11100111 | 1011011 | 100110 |
Color Harmonies of #0925BA
Complementary color
Monochromatic Colors of #0925BA
Black with #0925BA
Text Example
Text Example
White with #0925BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0925BA; }
p { color: rgb(9,37,186); }
H1.HeaderClassName
{
color: #0925BA;
}
.AnyTagClassName
{
color: #0925BA;
}
</style>
background-color css
<style>
a { background-color: #0925BA; }
a { background-color: rgb(9,37,186); }
div.DivClassName
{
background-color: #0925BA;
}
.BgClassName
{
background-color: #0925BA;
}
</style>
border-color css
<style>
span { border-color: #0925BA; }
span { border-color: rgb(9,37,186); }
td.TdClassName
{
border-color: #0925BA;
}
.TagClassName
{
border-color: #0925BA;
}
</style>