Html Css Color HEX #091CA5 International Klein Blue
📋 copy color: '#091CA5'red 9 ◦ green 28 ◦ blue 165
Shades of International Klein Blue #091CA5
Tints of International Klein Blue #091CA5
RGB
CMYK
RGB Variations
Color information
#091CA5 (or 0x091CA5) is known color: International Klein Blue. HEX triplet: 09, 1C and A5. RGB value is (9,28,165). Sum of RGB (Red+Green+Blue) = 9+28+165=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 165 (64.84% from 255 or 81.68% from 202); Max value from RGB is 165 - color contains mainly: blue. Hex color #091CA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091CA5 is #F6E35A. Grayscale: #252525. Windows color (decimal): -16180059 or 10820617. OLE color: 10820617.
HSL color Cylindrical-coordinate representation of color #091CA5: hue angle of 232.69º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091CA5 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 28 | 165 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.35 |
| HSL | 232.69º | 0.9% | 0.34% | - |
| HSV(B) | 232.69º | 0.95% | 0.65% | - |
| XYZ | 7.32 | 3.61 | 35.91 | - |
| YUV | 37.94 | 199.71 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 165 | 0.95 | 0.83 | 0 | 0.35 | 232.69 | 0.9 | 0.34 |
| Hex | 9 | 1C | A5 | 5F | 53 | 0 | 23 | E9 | 5A | 22 |
| Octal | 11 | 34 | 245 | 137 | 123 | 0 | 43 | 351 | 132 | 42 |
| Binary | 1001 | 11100 | 10100101 | 1011111 | 1010011 | 0 | 100011 | 11101001 | 1011010 | 100010 |
Color Harmonies of #091CA5
Complementary color
Monochromatic Colors of #091CA5
Black with #091CA5
Text Example
Text Example
White with #091CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091CA5; }
p { color: rgb(9,28,165); }
H1.HeaderClassName
{
color: #091CA5;
}
.AnyTagClassName
{
color: #091CA5;
}
</style>
background-color css
<style>
a { background-color: #091CA5; }
a { background-color: rgb(9,28,165); }
div.DivClassName
{
background-color: #091CA5;
}
.BgClassName
{
background-color: #091CA5;
}
</style>
border-color css
<style>
span { border-color: #091CA5; }
span { border-color: rgb(9,28,165); }
td.TdClassName
{
border-color: #091CA5;
}
.TagClassName
{
border-color: #091CA5;
}
</style>