Html Css Color HEX #0130AA International Klein Blue
📋 copy color: '#0130AA'red 1 ◦ green 48 ◦ blue 170
Shades of International Klein Blue #0130AA
Tints of International Klein Blue #0130AA
RGB
CMYK
RGB Variations
Color information
#0130AA (or 0x0130AA) is known color: International Klein Blue. HEX triplet: 01, 30 and AA. RGB value is (1,48,170). Sum of RGB (Red+Green+Blue) = 1+48+170=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #0130AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0130AA is #FECF55. Grayscale: #2F2F2F. Windows color (decimal): -16699222 or 11153409. OLE color: 11153409.
HSL color Cylindrical-coordinate representation of color #0130AA: hue angle of 223.31º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0130AA is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 48 | 170 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.33 |
| HSL | 223.31º | 0.99% | 0.34% | - |
| HSV(B) | 223.31º | 0.99% | 0.67% | - |
| XYZ | 8.33 | 5.02 | 38.56 | - |
| YUV | 47.86 | 196.93 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 170 | 0.99 | 0.72 | 0 | 0.33 | 223.31 | 0.99 | 0.34 |
| Hex | 1 | 30 | AA | 63 | 48 | 0 | 21 | DF | 63 | 22 |
| Octal | 1 | 60 | 252 | 143 | 110 | 0 | 41 | 337 | 143 | 42 |
| Binary | 1 | 110000 | 10101010 | 1100011 | 1001000 | 0 | 100001 | 11011111 | 1100011 | 100010 |
Color Harmonies of #0130AA
Complementary color
Monochromatic Colors of #0130AA
Black with #0130AA
Text Example
Text Example
White with #0130AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0130AA; }
p { color: rgb(1,48,170); }
H1.HeaderClassName
{
color: #0130AA;
}
.AnyTagClassName
{
color: #0130AA;
}
</style>
background-color css
<style>
a { background-color: #0130AA; }
a { background-color: rgb(1,48,170); }
div.DivClassName
{
background-color: #0130AA;
}
.BgClassName
{
background-color: #0130AA;
}
</style>
border-color css
<style>
span { border-color: #0130AA; }
span { border-color: rgb(1,48,170); }
td.TdClassName
{
border-color: #0130AA;
}
.TagClassName
{
border-color: #0130AA;
}
</style>