Html Css Color HEX #0926B2 International Klein Blue
📋 copy color: '#0926B2'red 9 ◦ green 38 ◦ blue 178
Shades of International Klein Blue #0926B2
Tints of International Klein Blue #0926B2
RGB
CMYK
RGB Variations
Color information
#0926B2 (or 0x0926B2) is known color: International Klein Blue. HEX triplet: 09, 26 and B2. RGB value is (9,38,178). Sum of RGB (Red+Green+Blue) = 9+38+178=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 178 (69.92% from 255 or 79.11% from 225); Max value from RGB is 178 - color contains mainly: blue. Hex color #0926B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0926B2 is #F6D94D. Grayscale: #2C2C2C. Windows color (decimal): -16177486 or 11675145. OLE color: 11675145.
HSL color Cylindrical-coordinate representation of color #0926B2: hue angle of 229.7º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0926B2 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 38 | 178 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.30 |
| HSL | 229.7º | 0.9% | 0.37% | - |
| HSV(B) | 229.7º | 0.95% | 0.7% | - |
| XYZ | 8.84 | 4.66 | 42.55 | - |
| YUV | 45.29 | 202.89 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 178 | 0.95 | 0.79 | 0 | 0.30 | 229.7 | 0.9 | 0.37 |
| Hex | 9 | 26 | B2 | 5F | 4F | 0 | 1E | E6 | 5A | 25 |
| Octal | 11 | 46 | 262 | 137 | 117 | 0 | 36 | 346 | 132 | 45 |
| Binary | 1001 | 100110 | 10110010 | 1011111 | 1001111 | 0 | 11110 | 11100110 | 1011010 | 100101 |
Color Harmonies of #0926B2
Complementary color
Monochromatic Colors of #0926B2
Black with #0926B2
Text Example
Text Example
White with #0926B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0926B2; }
p { color: rgb(9,38,178); }
H1.HeaderClassName
{
color: #0926B2;
}
.AnyTagClassName
{
color: #0926B2;
}
</style>
background-color css
<style>
a { background-color: #0926B2; }
a { background-color: rgb(9,38,178); }
div.DivClassName
{
background-color: #0926B2;
}
.BgClassName
{
background-color: #0926B2;
}
</style>
border-color css
<style>
span { border-color: #0926B2; }
span { border-color: rgb(9,38,178); }
td.TdClassName
{
border-color: #0926B2;
}
.TagClassName
{
border-color: #0926B2;
}
</style>