Html Css Color HEX #0036AB International Klein Blue
📋 copy color: '#0036AB'red 0 ◦ green 54 ◦ blue 171
Shades of International Klein Blue #0036AB
Tints of International Klein Blue #0036AB
RGB
CMYK
RGB Variations
Color information
#0036AB (or 0x0036AB) is known color: International Klein Blue. HEX triplet: 00, 36 and AB. RGB value is (0,54,171). Sum of RGB (Red+Green+Blue) = 0+54+171=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #0036AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0036AB is #FFC954. Grayscale: #323232. Windows color (decimal): -16763221 or 11220480. OLE color: 11220480.
HSL color Cylindrical-coordinate representation of color #0036AB: hue angle of 221.05º 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 #0036AB is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 54 | 171 | - |
| CMYK | 1 | 0.68 | 0 | 0.33 |
| HSL | 221.05º | 1% | 0.34% | - |
| HSV(B) | 221.05º | 1% | 0.67% | - |
| XYZ | 8.67 | 5.58 | 39.15 | - |
| YUV | 51.19 | 195.61 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 171 | 1 | 0.68 | 0 | 0.33 | 221.05 | 1 | 0.34 |
| Hex | 0 | 36 | AB | 64 | 44 | 0 | 21 | DD | 64 | 22 |
| Octal | 0 | 66 | 253 | 144 | 104 | 0 | 41 | 335 | 144 | 42 |
| Binary | 0 | 110110 | 10101011 | 1100100 | 1000100 | 0 | 100001 | 11011101 | 1100100 | 100010 |
Color Harmonies of #0036AB
Complementary color
Monochromatic Colors of #0036AB
Black with #0036AB
Text Example
Text Example
White with #0036AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0036AB; }
p { color: rgb(0,54,171); }
H1.HeaderClassName
{
color: #0036AB;
}
.AnyTagClassName
{
color: #0036AB;
}
</style>
background-color css
<style>
a { background-color: #0036AB; }
a { background-color: rgb(0,54,171); }
div.DivClassName
{
background-color: #0036AB;
}
.BgClassName
{
background-color: #0036AB;
}
</style>
border-color css
<style>
span { border-color: #0036AB; }
span { border-color: rgb(0,54,171); }
td.TdClassName
{
border-color: #0036AB;
}
.TagClassName
{
border-color: #0036AB;
}
</style>