Html Css Color HEX #0036AC International Klein Blue
📋 copy color: '#0036AC'red 0 ◦ green 54 ◦ blue 172
Shades of International Klein Blue #0036AC
Tints of International Klein Blue #0036AC
RGB
CMYK
RGB Variations
Color information
#0036AC (or 0x0036AC) is known color: International Klein Blue. HEX triplet: 00, 36 and AC. RGB value is (0,54,172). Sum of RGB (Red+Green+Blue) = 0+54+172=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #0036AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0036AC is #FFC953. Grayscale: #323232. Windows color (decimal): -16763220 or 11286016. OLE color: 11286016.
HSL color Cylindrical-coordinate representation of color #0036AC: hue angle of 221.16º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0036AC is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 54 | 172 | - |
| CMYK | 1 | 0.69 | 0 | 0.33 |
| HSL | 221.16º | 1% | 0.34% | - |
| HSV(B) | 221.16º | 1% | 0.67% | - |
| XYZ | 8.77 | 5.62 | 39.65 | - |
| YUV | 51.31 | 196.11 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 172 | 1 | 0.69 | 0 | 0.33 | 221.16 | 1 | 0.34 |
| Hex | 0 | 36 | AC | 64 | 45 | 0 | 21 | DD | 64 | 22 |
| Octal | 0 | 66 | 254 | 144 | 105 | 0 | 41 | 335 | 144 | 42 |
| Binary | 0 | 110110 | 10101100 | 1100100 | 1000101 | 0 | 100001 | 11011101 | 1100100 | 100010 |
Color Harmonies of #0036AC
Complementary color
Monochromatic Colors of #0036AC
Black with #0036AC
Text Example
Text Example
White with #0036AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0036AC; }
p { color: rgb(0,54,172); }
H1.HeaderClassName
{
color: #0036AC;
}
.AnyTagClassName
{
color: #0036AC;
}
</style>
background-color css
<style>
a { background-color: #0036AC; }
a { background-color: rgb(0,54,172); }
div.DivClassName
{
background-color: #0036AC;
}
.BgClassName
{
background-color: #0036AC;
}
</style>
border-color css
<style>
span { border-color: #0036AC; }
span { border-color: rgb(0,54,172); }
td.TdClassName
{
border-color: #0036AC;
}
.TagClassName
{
border-color: #0036AC;
}
</style>