Html Css Color HEX #0238AF International Klein Blue
📋 copy color: '#0238AF'red 2 ◦ green 56 ◦ blue 175
Shades of International Klein Blue #0238AF
Tints of International Klein Blue #0238AF
RGB
CMYK
RGB Variations
Color information
#0238AF (or 0x0238AF) is known color: International Klein Blue. HEX triplet: 02, 38 and AF. RGB value is (2,56,175). Sum of RGB (Red+Green+Blue) = 2+56+175=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 175 (68.75% from 255 or 75.11% from 233); Max value from RGB is 175 - color contains mainly: blue. Hex color #0238AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0238AF is #FDC750. Grayscale: #343434. Windows color (decimal): -16631633 or 11483138. OLE color: 11483138.
HSL color Cylindrical-coordinate representation of color #0238AF: hue angle of 221.27º 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 #0238AF is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 56 | 175 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.31 |
| HSL | 221.27º | 0.98% | 0.35% | - |
| HSV(B) | 221.27º | 0.99% | 0.69% | - |
| XYZ | 9.18 | 5.94 | 41.22 | - |
| YUV | 53.42 | 196.61 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 175 | 0.99 | 0.68 | 0 | 0.31 | 221.27 | 0.98 | 0.35 |
| Hex | 2 | 38 | AF | 63 | 44 | 0 | 1F | DD | 62 | 23 |
| Octal | 2 | 70 | 257 | 143 | 104 | 0 | 37 | 335 | 142 | 43 |
| Binary | 10 | 111000 | 10101111 | 1100011 | 1000100 | 0 | 11111 | 11011101 | 1100010 | 100011 |
Color Harmonies of #0238AF
Complementary color
Monochromatic Colors of #0238AF
Black with #0238AF
Text Example
Text Example
White with #0238AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0238AF; }
p { color: rgb(2,56,175); }
H1.HeaderClassName
{
color: #0238AF;
}
.AnyTagClassName
{
color: #0238AF;
}
</style>
background-color css
<style>
a { background-color: #0238AF; }
a { background-color: rgb(2,56,175); }
div.DivClassName
{
background-color: #0238AF;
}
.BgClassName
{
background-color: #0238AF;
}
</style>
border-color css
<style>
span { border-color: #0238AF; }
span { border-color: rgb(2,56,175); }
td.TdClassName
{
border-color: #0238AF;
}
.TagClassName
{
border-color: #0238AF;
}
</style>