Html Css Color HEX #0236AF International Klein Blue
📋 copy color: '#0236AF'red 2 ◦ green 54 ◦ blue 175
Shades of International Klein Blue #0236AF
Tints of International Klein Blue #0236AF
RGB
CMYK
RGB Variations
Color information
#0236AF (or 0x0236AF) is known color: International Klein Blue. HEX triplet: 02, 36 and AF. RGB value is (2,54,175). Sum of RGB (Red+Green+Blue) = 2+54+175=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 175 (68.75% from 255 or 75.76% from 231); Max value from RGB is 175 - color contains mainly: blue. Hex color #0236AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0236AF is #FDC950. Grayscale: #333333. Windows color (decimal): -16632145 or 11482626. OLE color: 11482626.
HSL color Cylindrical-coordinate representation of color #0236AF: hue angle of 221.97º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0236AF is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 54 | 175 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.31 |
| HSL | 221.97º | 0.98% | 0.35% | - |
| HSV(B) | 221.97º | 0.99% | 0.69% | - |
| XYZ | 9.08 | 5.75 | 41.19 | - |
| YUV | 52.25 | 197.27 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 175 | 0.99 | 0.69 | 0 | 0.31 | 221.97 | 0.98 | 0.35 |
| Hex | 2 | 36 | AF | 63 | 45 | 0 | 1F | DE | 62 | 23 |
| Octal | 2 | 66 | 257 | 143 | 105 | 0 | 37 | 336 | 142 | 43 |
| Binary | 10 | 110110 | 10101111 | 1100011 | 1000101 | 0 | 11111 | 11011110 | 1100010 | 100011 |
Color Harmonies of #0236AF
Complementary color
Monochromatic Colors of #0236AF
Black with #0236AF
Text Example
Text Example
White with #0236AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0236AF; }
p { color: rgb(2,54,175); }
H1.HeaderClassName
{
color: #0236AF;
}
.AnyTagClassName
{
color: #0236AF;
}
</style>
background-color css
<style>
a { background-color: #0236AF; }
a { background-color: rgb(2,54,175); }
div.DivClassName
{
background-color: #0236AF;
}
.BgClassName
{
background-color: #0236AF;
}
</style>
border-color css
<style>
span { border-color: #0236AF; }
span { border-color: rgb(2,54,175); }
td.TdClassName
{
border-color: #0236AF;
}
.TagClassName
{
border-color: #0236AF;
}
</style>