Html Css Color HEX #0238BA International Klein Blue
📋 copy color: '#0238BA'red 2 ◦ green 56 ◦ blue 186
Shades of International Klein Blue #0238BA
Tints of International Klein Blue #0238BA
RGB
CMYK
RGB Variations
Color information
#0238BA (or 0x0238BA) is known color: International Klein Blue. HEX triplet: 02, 38 and BA. RGB value is (2,56,186). Sum of RGB (Red+Green+Blue) = 2+56+186=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #0238BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0238BA is #FDC745. Grayscale: #363636. Windows color (decimal): -16631622 or 12204034. OLE color: 12204034.
HSL color Cylindrical-coordinate representation of color #0238BA: hue angle of 222.39º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0238BA is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 56 | 186 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.27 |
| HSL | 222.39º | 0.98% | 0.37% | - |
| HSV(B) | 222.39º | 0.99% | 0.73% | - |
| XYZ | 10.3 | 6.39 | 47.14 | - |
| YUV | 54.67 | 202.11 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 186 | 0.99 | 0.70 | 0 | 0.27 | 222.39 | 0.98 | 0.37 |
| Hex | 2 | 38 | BA | 63 | 46 | 0 | 1B | DE | 62 | 25 |
| Octal | 2 | 70 | 272 | 143 | 106 | 0 | 33 | 336 | 142 | 45 |
| Binary | 10 | 111000 | 10111010 | 1100011 | 1000110 | 0 | 11011 | 11011110 | 1100010 | 100101 |
Color Harmonies of #0238BA
Complementary color
Monochromatic Colors of #0238BA
Black with #0238BA
Text Example
Text Example
White with #0238BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0238BA; }
p { color: rgb(2,56,186); }
H1.HeaderClassName
{
color: #0238BA;
}
.AnyTagClassName
{
color: #0238BA;
}
</style>
background-color css
<style>
a { background-color: #0238BA; }
a { background-color: rgb(2,56,186); }
div.DivClassName
{
background-color: #0238BA;
}
.BgClassName
{
background-color: #0238BA;
}
</style>
border-color css
<style>
span { border-color: #0238BA; }
span { border-color: rgb(2,56,186); }
td.TdClassName
{
border-color: #0238BA;
}
.TagClassName
{
border-color: #0238BA;
}
</style>