Html Css Color HEX #0230B1 International Klein Blue
📋 copy color: '#0230B1'red 2 ◦ green 48 ◦ blue 177
Shades of International Klein Blue #0230B1
Tints of International Klein Blue #0230B1
RGB
CMYK
RGB Variations
Color information
#0230B1 (or 0x0230B1) is known color: International Klein Blue. HEX triplet: 02, 30 and B1. RGB value is (2,48,177). Sum of RGB (Red+Green+Blue) = 2+48+177=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 177 (69.53% from 255 or 77.97% from 227); Max value from RGB is 177 - color contains mainly: blue. Hex color #0230B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0230B1 is #FDCF4E. Grayscale: #303030. Windows color (decimal): -16633679 or 11612162. OLE color: 11612162.
HSL color Cylindrical-coordinate representation of color #0230B1: hue angle of 224.23º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0230B1 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 48 | 177 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.31 |
| HSL | 224.23º | 0.98% | 0.35% | - |
| HSV(B) | 224.23º | 0.99% | 0.69% | - |
| XYZ | 9.02 | 5.3 | 42.14 | - |
| YUV | 48.95 | 200.26 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 177 | 0.99 | 0.73 | 0 | 0.31 | 224.23 | 0.98 | 0.35 |
| Hex | 2 | 30 | B1 | 63 | 49 | 0 | 1F | E0 | 62 | 23 |
| Octal | 2 | 60 | 261 | 143 | 111 | 0 | 37 | 340 | 142 | 43 |
| Binary | 10 | 110000 | 10110001 | 1100011 | 1001001 | 0 | 11111 | 11100000 | 1100010 | 100011 |
Color Harmonies of #0230B1
Complementary color
Monochromatic Colors of #0230B1
Black with #0230B1
Text Example
Text Example
White with #0230B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0230B1; }
p { color: rgb(2,48,177); }
H1.HeaderClassName
{
color: #0230B1;
}
.AnyTagClassName
{
color: #0230B1;
}
</style>
background-color css
<style>
a { background-color: #0230B1; }
a { background-color: rgb(2,48,177); }
div.DivClassName
{
background-color: #0230B1;
}
.BgClassName
{
background-color: #0230B1;
}
</style>
border-color css
<style>
span { border-color: #0230B1; }
span { border-color: rgb(2,48,177); }
td.TdClassName
{
border-color: #0230B1;
}
.TagClassName
{
border-color: #0230B1;
}
</style>