Html Css Color HEX #0038BB International Klein Blue
📋 copy color: '#0038BB'red 0 ◦ green 56 ◦ blue 187
Shades of International Klein Blue #0038BB
Tints of International Klein Blue #0038BB
RGB
CMYK
RGB Variations
Color information
#0038BB (or 0x0038BB) is known color: International Klein Blue. HEX triplet: 00, 38 and BB. RGB value is (0,56,187). Sum of RGB (Red+Green+Blue) = 0+56+187=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 187 (73.44% from 255 or 76.95% from 243); Max value from RGB is 187 - color contains mainly: blue. Hex color #0038BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0038BB is #FFC744. Grayscale: #353535. Windows color (decimal): -16762693 or 12269568. OLE color: 12269568.
HSL color Cylindrical-coordinate representation of color #0038BB: hue angle of 222.03º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0038BB is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 56 | 187 | - |
| CMYK | 1 | 0.70 | 0 | 0.27 |
| HSL | 222.03º | 1% | 0.37% | - |
| HSV(B) | 222.03º | 1% | 0.73% | - |
| XYZ | 10.38 | 6.42 | 47.7 | - |
| YUV | 54.19 | 202.95 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 187 | 1 | 0.70 | 0 | 0.27 | 222.03 | 1 | 0.37 |
| Hex | 0 | 38 | BB | 64 | 46 | 0 | 1B | DE | 64 | 25 |
| Octal | 0 | 70 | 273 | 144 | 106 | 0 | 33 | 336 | 144 | 45 |
| Binary | 0 | 111000 | 10111011 | 1100100 | 1000110 | 0 | 11011 | 11011110 | 1100100 | 100101 |
Color Harmonies of #0038BB
Complementary color
Monochromatic Colors of #0038BB
Black with #0038BB
Text Example
Text Example
White with #0038BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0038BB; }
p { color: rgb(0,56,187); }
H1.HeaderClassName
{
color: #0038BB;
}
.AnyTagClassName
{
color: #0038BB;
}
</style>
background-color css
<style>
a { background-color: #0038BB; }
a { background-color: rgb(0,56,187); }
div.DivClassName
{
background-color: #0038BB;
}
.BgClassName
{
background-color: #0038BB;
}
</style>
border-color css
<style>
span { border-color: #0038BB; }
span { border-color: rgb(0,56,187); }
td.TdClassName
{
border-color: #0038BB;
}
.TagClassName
{
border-color: #0038BB;
}
</style>