Html Css Color HEX #0027BB International Klein Blue
📋 copy color: '#0027BB'red 0 ◦ green 39 ◦ blue 187
Shades of International Klein Blue #0027BB
Tints of International Klein Blue #0027BB
RGB
CMYK
RGB Variations
Color information
#0027BB (or 0x0027BB) is known color: International Klein Blue. HEX triplet: 00, 27 and BB. RGB value is (0,39,187). Sum of RGB (Red+Green+Blue) = 0+39+187=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 187 (73.44% from 255 or 82.74% from 226); Max value from RGB is 187 - color contains mainly: blue. Hex color #0027BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0027BB is #FFD844. Grayscale: #2B2B2B. Windows color (decimal): -16767045 or 12265216. OLE color: 12265216.
HSL color Cylindrical-coordinate representation of color #0027BB: hue angle of 227.49º 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 #0027BB is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 39 | 187 | - |
| CMYK | 1 | 0.79 | 0 | 0.27 |
| HSL | 227.49º | 1% | 0.37% | - |
| HSV(B) | 227.49º | 1% | 0.73% | - |
| XYZ | 9.7 | 5.04 | 47.48 | - |
| YUV | 44.21 | 208.58 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 187 | 1 | 0.79 | 0 | 0.27 | 227.49 | 1 | 0.37 |
| Hex | 0 | 27 | BB | 64 | 4F | 0 | 1B | E3 | 64 | 25 |
| Octal | 0 | 47 | 273 | 144 | 117 | 0 | 33 | 343 | 144 | 45 |
| Binary | 0 | 100111 | 10111011 | 1100100 | 1001111 | 0 | 11011 | 11100011 | 1100100 | 100101 |
Color Harmonies of #0027BB
Complementary color
Monochromatic Colors of #0027BB
Black with #0027BB
Text Example
Text Example
White with #0027BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0027BB; }
p { color: rgb(0,39,187); }
H1.HeaderClassName
{
color: #0027BB;
}
.AnyTagClassName
{
color: #0027BB;
}
</style>
background-color css
<style>
a { background-color: #0027BB; }
a { background-color: rgb(0,39,187); }
div.DivClassName
{
background-color: #0027BB;
}
.BgClassName
{
background-color: #0027BB;
}
</style>
border-color css
<style>
span { border-color: #0027BB; }
span { border-color: rgb(0,39,187); }
td.TdClassName
{
border-color: #0027BB;
}
.TagClassName
{
border-color: #0027BB;
}
</style>