Html Css Color HEX #0534BB International Klein Blue
📋 copy color: '#0534BB'red 5 ◦ green 52 ◦ blue 187
Shades of International Klein Blue #0534BB
Tints of International Klein Blue #0534BB
RGB
CMYK
RGB Variations
Color information
#0534BB (or 0x0534BB) is known color: International Klein Blue. HEX triplet: 05, 34 and BB. RGB value is (5,52,187). Sum of RGB (Red+Green+Blue) = 5+52+187=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 187 (73.44% from 255 or 76.64% from 244); Max value from RGB is 187 - color contains mainly: blue. Hex color #0534BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0534BB is #FACB44. Grayscale: #343434. Windows color (decimal): -16436037 or 12268549. OLE color: 12268549.
HSL color Cylindrical-coordinate representation of color #0534BB: hue angle of 224.51º degrees, saturation: 0.95, 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 #0534BB is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 52 | 187 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.27 |
| HSL | 224.51º | 0.95% | 0.38% | - |
| HSV(B) | 224.51º | 0.97% | 0.73% | - |
| XYZ | 10.26 | 6.08 | 47.65 | - |
| YUV | 53.34 | 203.43 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 187 | 0.97 | 0.72 | 0 | 0.27 | 224.51 | 0.95 | 0.38 |
| Hex | 5 | 34 | BB | 61 | 48 | 0 | 1B | E1 | 5F | 26 |
| Octal | 5 | 64 | 273 | 141 | 110 | 0 | 33 | 341 | 137 | 46 |
| Binary | 101 | 110100 | 10111011 | 1100001 | 1001000 | 0 | 11011 | 11100001 | 1011111 | 100110 |
Color Harmonies of #0534BB
Complementary color
Monochromatic Colors of #0534BB
Black with #0534BB
Text Example
Text Example
White with #0534BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0534BB; }
p { color: rgb(5,52,187); }
H1.HeaderClassName
{
color: #0534BB;
}
.AnyTagClassName
{
color: #0534BB;
}
</style>
background-color css
<style>
a { background-color: #0534BB; }
a { background-color: rgb(5,52,187); }
div.DivClassName
{
background-color: #0534BB;
}
.BgClassName
{
background-color: #0534BB;
}
</style>
border-color css
<style>
span { border-color: #0534BB; }
span { border-color: rgb(5,52,187); }
td.TdClassName
{
border-color: #0534BB;
}
.TagClassName
{
border-color: #0534BB;
}
</style>