Html Css Color HEX #0038BC International Klein Blue
📋 copy color: '#0038BC'red 0 ◦ green 56 ◦ blue 188
Shades of International Klein Blue #0038BC
Tints of International Klein Blue #0038BC
RGB
CMYK
RGB Variations
Color information
#0038BC (or 0x0038BC) is known color: International Klein Blue. HEX triplet: 00, 38 and BC. RGB value is (0,56,188). Sum of RGB (Red+Green+Blue) = 0+56+188=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #0038BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0038BC is #FFC743. Grayscale: #353535. Windows color (decimal): -16762692 or 12335104. OLE color: 12335104.
HSL color Cylindrical-coordinate representation of color #0038BC: hue angle of 222.13º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0038BC is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 56 | 188 | - |
| CMYK | 1 | 0.70 | 0 | 0.26 |
| HSL | 222.13º | 1% | 0.37% | - |
| HSV(B) | 222.13º | 1% | 0.74% | - |
| XYZ | 10.49 | 6.46 | 48.27 | - |
| YUV | 54.3 | 203.45 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 188 | 1 | 0.70 | 0 | 0.26 | 222.13 | 1 | 0.37 |
| Hex | 0 | 38 | BC | 64 | 46 | 0 | 1A | DE | 64 | 25 |
| Octal | 0 | 70 | 274 | 144 | 106 | 0 | 32 | 336 | 144 | 45 |
| Binary | 0 | 111000 | 10111100 | 1100100 | 1000110 | 0 | 11010 | 11011110 | 1100100 | 100101 |
Color Harmonies of #0038BC
Complementary color
Monochromatic Colors of #0038BC
Black with #0038BC
Text Example
Text Example
White with #0038BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0038BC; }
p { color: rgb(0,56,188); }
H1.HeaderClassName
{
color: #0038BC;
}
.AnyTagClassName
{
color: #0038BC;
}
</style>
background-color css
<style>
a { background-color: #0038BC; }
a { background-color: rgb(0,56,188); }
div.DivClassName
{
background-color: #0038BC;
}
.BgClassName
{
background-color: #0038BC;
}
</style>
border-color css
<style>
span { border-color: #0038BC; }
span { border-color: rgb(0,56,188); }
td.TdClassName
{
border-color: #0038BC;
}
.TagClassName
{
border-color: #0038BC;
}
</style>