Html Css Color HEX #0133AC International Klein Blue
📋 copy color: '#0133AC'red 1 ◦ green 51 ◦ blue 172
Shades of International Klein Blue #0133AC
Tints of International Klein Blue #0133AC
RGB
CMYK
RGB Variations
Color information
#0133AC (or 0x0133AC) is known color: International Klein Blue. HEX triplet: 01, 33 and AC. RGB value is (1,51,172). Sum of RGB (Red+Green+Blue) = 1+51+172=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 172 (67.58% from 255 or 76.79% from 224); Max value from RGB is 172 - color contains mainly: blue. Hex color #0133AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0133AC is #FECC53. Grayscale: #313131. Windows color (decimal): -16698452 or 11285249. OLE color: 11285249.
HSL color Cylindrical-coordinate representation of color #0133AC: hue angle of 222.46º 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 #0133AC is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 51 | 172 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.33 |
| HSL | 222.46º | 0.99% | 0.34% | - |
| HSV(B) | 222.46º | 0.99% | 0.67% | - |
| XYZ | 8.64 | 5.35 | 39.61 | - |
| YUV | 49.84 | 196.94 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 172 | 0.99 | 0.70 | 0 | 0.33 | 222.46 | 0.99 | 0.34 |
| Hex | 1 | 33 | AC | 63 | 46 | 0 | 21 | DE | 63 | 22 |
| Octal | 1 | 63 | 254 | 143 | 106 | 0 | 41 | 336 | 143 | 42 |
| Binary | 1 | 110011 | 10101100 | 1100011 | 1000110 | 0 | 100001 | 11011110 | 1100011 | 100010 |
Color Harmonies of #0133AC
Complementary color
Monochromatic Colors of #0133AC
Black with #0133AC
Text Example
Text Example
White with #0133AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0133AC; }
p { color: rgb(1,51,172); }
H1.HeaderClassName
{
color: #0133AC;
}
.AnyTagClassName
{
color: #0133AC;
}
</style>
background-color css
<style>
a { background-color: #0133AC; }
a { background-color: rgb(1,51,172); }
div.DivClassName
{
background-color: #0133AC;
}
.BgClassName
{
background-color: #0133AC;
}
</style>
border-color css
<style>
span { border-color: #0133AC; }
span { border-color: rgb(1,51,172); }
td.TdClassName
{
border-color: #0133AC;
}
.TagClassName
{
border-color: #0133AC;
}
</style>