Html Css Color HEX #0623BA International Klein Blue
📋 copy color: '#0623BA'red 6 ◦ green 35 ◦ blue 186
Shades of International Klein Blue #0623BA
Tints of International Klein Blue #0623BA
RGB
CMYK
RGB Variations
Color information
#0623BA (or 0x0623BA) is known color: International Klein Blue. HEX triplet: 06, 23 and BA. RGB value is (6,35,186). Sum of RGB (Red+Green+Blue) = 6+35+186=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 186 (73.05% from 255 or 81.94% from 227); Max value from RGB is 186 - color contains mainly: blue. Hex color #0623BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0623BA is #F9DC45. Grayscale: #2A2A2A. Windows color (decimal): -16374854 or 12198662. OLE color: 12198662.
HSL color Cylindrical-coordinate representation of color #0623BA: hue angle of 230.33º 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 #0623BA is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 35 | 186 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.27 |
| HSL | 230.33º | 0.94% | 0.38% | - |
| HSV(B) | 230.33º | 0.97% | 0.73% | - |
| XYZ | 9.54 | 4.79 | 46.88 | - |
| YUV | 43.54 | 208.39 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 35 | 186 | 0.97 | 0.81 | 0 | 0.27 | 230.33 | 0.94 | 0.38 |
| Hex | 6 | 23 | BA | 61 | 51 | 0 | 1B | E6 | 5E | 26 |
| Octal | 6 | 43 | 272 | 141 | 121 | 0 | 33 | 346 | 136 | 46 |
| Binary | 110 | 100011 | 10111010 | 1100001 | 1010001 | 0 | 11011 | 11100110 | 1011110 | 100110 |
Color Harmonies of #0623BA
Complementary color
Monochromatic Colors of #0623BA
Black with #0623BA
Text Example
Text Example
White with #0623BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0623BA; }
p { color: rgb(6,35,186); }
H1.HeaderClassName
{
color: #0623BA;
}
.AnyTagClassName
{
color: #0623BA;
}
</style>
background-color css
<style>
a { background-color: #0623BA; }
a { background-color: rgb(6,35,186); }
div.DivClassName
{
background-color: #0623BA;
}
.BgClassName
{
background-color: #0623BA;
}
</style>
border-color css
<style>
span { border-color: #0623BA; }
span { border-color: rgb(6,35,186); }
td.TdClassName
{
border-color: #0623BA;
}
.TagClassName
{
border-color: #0623BA;
}
</style>