Html Css Color HEX #0638BB International Klein Blue
📋 copy color: '#0638BB'red 6 ◦ green 56 ◦ blue 187
Shades of International Klein Blue #0638BB
Tints of International Klein Blue #0638BB
RGB
CMYK
RGB Variations
Color information
#0638BB (or 0x0638BB) is known color: International Klein Blue. HEX triplet: 06, 38 and BB. RGB value is (6,56,187). Sum of RGB (Red+Green+Blue) = 6+56+187=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #0638BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0638BB is #F9C744. Grayscale: #373737. Windows color (decimal): -16369477 or 12269574. OLE color: 12269574.
HSL color Cylindrical-coordinate representation of color #0638BB: hue angle of 223.43º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0638BB is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 56 | 187 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.27 |
| HSL | 223.43º | 0.94% | 0.38% | - |
| HSV(B) | 223.43º | 0.97% | 0.73% | - |
| XYZ | 10.46 | 6.45 | 47.71 | - |
| YUV | 55.98 | 201.94 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 187 | 0.97 | 0.70 | 0 | 0.27 | 223.43 | 0.94 | 0.38 |
| Hex | 6 | 38 | BB | 61 | 46 | 0 | 1B | DF | 5E | 26 |
| Octal | 6 | 70 | 273 | 141 | 106 | 0 | 33 | 337 | 136 | 46 |
| Binary | 110 | 111000 | 10111011 | 1100001 | 1000110 | 0 | 11011 | 11011111 | 1011110 | 100110 |
Color Harmonies of #0638BB
Complementary color
Monochromatic Colors of #0638BB
Black with #0638BB
Text Example
Text Example
White with #0638BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0638BB; }
p { color: rgb(6,56,187); }
H1.HeaderClassName
{
color: #0638BB;
}
.AnyTagClassName
{
color: #0638BB;
}
</style>
background-color css
<style>
a { background-color: #0638BB; }
a { background-color: rgb(6,56,187); }
div.DivClassName
{
background-color: #0638BB;
}
.BgClassName
{
background-color: #0638BB;
}
</style>
border-color css
<style>
span { border-color: #0638BB; }
span { border-color: rgb(6,56,187); }
td.TdClassName
{
border-color: #0638BB;
}
.TagClassName
{
border-color: #0638BB;
}
</style>