Html Css Color HEX #0236AD International Klein Blue
📋 copy color: '#0236AD'red 2 ◦ green 54 ◦ blue 173
Shades of International Klein Blue #0236AD
Tints of International Klein Blue #0236AD
RGB
CMYK
RGB Variations
Color information
#0236AD (or 0x0236AD) is known color: International Klein Blue. HEX triplet: 02, 36 and AD. RGB value is (2,54,173). Sum of RGB (Red+Green+Blue) = 2+54+173=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 173 (67.97% from 255 or 75.55% from 229); Max value from RGB is 173 - color contains mainly: blue. Hex color #0236AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0236AD is #FDC952. Grayscale: #333333. Windows color (decimal): -16632147 or 11351554. OLE color: 11351554.
HSL color Cylindrical-coordinate representation of color #0236AD: hue angle of 221.75º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0236AD is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 54 | 173 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.32 |
| HSL | 221.75º | 0.98% | 0.34% | - |
| HSV(B) | 221.75º | 0.99% | 0.68% | - |
| XYZ | 8.89 | 5.67 | 40.16 | - |
| YUV | 52.02 | 196.27 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 173 | 0.99 | 0.69 | 0 | 0.32 | 221.75 | 0.98 | 0.34 |
| Hex | 2 | 36 | AD | 63 | 45 | 0 | 20 | DE | 62 | 22 |
| Octal | 2 | 66 | 255 | 143 | 105 | 0 | 40 | 336 | 142 | 42 |
| Binary | 10 | 110110 | 10101101 | 1100011 | 1000101 | 0 | 100000 | 11011110 | 1100010 | 100010 |
Color Harmonies of #0236AD
Complementary color
Monochromatic Colors of #0236AD
Black with #0236AD
Text Example
Text Example
White with #0236AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0236AD; }
p { color: rgb(2,54,173); }
H1.HeaderClassName
{
color: #0236AD;
}
.AnyTagClassName
{
color: #0236AD;
}
</style>
background-color css
<style>
a { background-color: #0236AD; }
a { background-color: rgb(2,54,173); }
div.DivClassName
{
background-color: #0236AD;
}
.BgClassName
{
background-color: #0236AD;
}
</style>
border-color css
<style>
span { border-color: #0236AD; }
span { border-color: rgb(2,54,173); }
td.TdClassName
{
border-color: #0236AD;
}
.TagClassName
{
border-color: #0236AD;
}
</style>