Html Css Color HEX #0238AB International Klein Blue
📋 copy color: '#0238AB'red 2 ◦ green 56 ◦ blue 171
Shades of International Klein Blue #0238AB
Tints of International Klein Blue #0238AB
RGB
CMYK
RGB Variations
Color information
#0238AB (or 0x0238AB) is known color: International Klein Blue. HEX triplet: 02, 38 and AB. RGB value is (2,56,171). Sum of RGB (Red+Green+Blue) = 2+56+171=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #0238AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0238AB is #FDC754. Grayscale: #343434. Windows color (decimal): -16631637 or 11220994. OLE color: 11220994.
HSL color Cylindrical-coordinate representation of color #0238AB: hue angle of 220.83º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0238AB is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 56 | 171 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.33 |
| HSL | 220.83º | 0.98% | 0.34% | - |
| HSV(B) | 220.83º | 0.99% | 0.67% | - |
| XYZ | 8.79 | 5.78 | 39.18 | - |
| YUV | 52.96 | 194.61 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 171 | 0.99 | 0.67 | 0 | 0.33 | 220.83 | 0.98 | 0.34 |
| Hex | 2 | 38 | AB | 63 | 43 | 0 | 21 | DD | 62 | 22 |
| Octal | 2 | 70 | 253 | 143 | 103 | 0 | 41 | 335 | 142 | 42 |
| Binary | 10 | 111000 | 10101011 | 1100011 | 1000011 | 0 | 100001 | 11011101 | 1100010 | 100010 |
Color Harmonies of #0238AB
Complementary color
Monochromatic Colors of #0238AB
Black with #0238AB
Text Example
Text Example
White with #0238AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0238AB; }
p { color: rgb(2,56,171); }
H1.HeaderClassName
{
color: #0238AB;
}
.AnyTagClassName
{
color: #0238AB;
}
</style>
background-color css
<style>
a { background-color: #0238AB; }
a { background-color: rgb(2,56,171); }
div.DivClassName
{
background-color: #0238AB;
}
.BgClassName
{
background-color: #0238AB;
}
</style>
border-color css
<style>
span { border-color: #0238AB; }
span { border-color: rgb(2,56,171); }
td.TdClassName
{
border-color: #0238AB;
}
.TagClassName
{
border-color: #0238AB;
}
</style>