Html Css Color HEX #0123BD International Klein Blue
📋 copy color: '#0123BD'red 1 ◦ green 35 ◦ blue 189
Shades of International Klein Blue #0123BD
Tints of International Klein Blue #0123BD
RGB
CMYK
RGB Variations
Color information
#0123BD (or 0x0123BD) is known color: International Klein Blue. HEX triplet: 01, 23 and BD. RGB value is (1,35,189). Sum of RGB (Red+Green+Blue) = 1+35+189=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 189 (74.22% from 255 or 84% from 225); Max value from RGB is 189 - color contains mainly: blue. Hex color #0123BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0123BD is #FEDC42. Grayscale: #292929. Windows color (decimal): -16702531 or 12395265. OLE color: 12395265.
HSL color Cylindrical-coordinate representation of color #0123BD: hue angle of 229.15º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0123BD is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 35 | 189 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.26 |
| HSL | 229.15º | 0.99% | 0.37% | - |
| HSV(B) | 229.15º | 0.99% | 0.74% | - |
| XYZ | 9.8 | 4.88 | 48.57 | - |
| YUV | 42.39 | 210.74 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 189 | 0.99 | 0.81 | 0 | 0.26 | 229.15 | 0.99 | 0.37 |
| Hex | 1 | 23 | BD | 63 | 51 | 0 | 1A | E5 | 63 | 25 |
| Octal | 1 | 43 | 275 | 143 | 121 | 0 | 32 | 345 | 143 | 45 |
| Binary | 1 | 100011 | 10111101 | 1100011 | 1010001 | 0 | 11010 | 11100101 | 1100011 | 100101 |
Color Harmonies of #0123BD
Complementary color
Monochromatic Colors of #0123BD
Black with #0123BD
Text Example
Text Example
White with #0123BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0123BD; }
p { color: rgb(1,35,189); }
H1.HeaderClassName
{
color: #0123BD;
}
.AnyTagClassName
{
color: #0123BD;
}
</style>
background-color css
<style>
a { background-color: #0123BD; }
a { background-color: rgb(1,35,189); }
div.DivClassName
{
background-color: #0123BD;
}
.BgClassName
{
background-color: #0123BD;
}
</style>
border-color css
<style>
span { border-color: #0123BD; }
span { border-color: rgb(1,35,189); }
td.TdClassName
{
border-color: #0123BD;
}
.TagClassName
{
border-color: #0123BD;
}
</style>