Html Css Color HEX #0230BB International Klein Blue
📋 copy color: '#0230BB'red 2 ◦ green 48 ◦ blue 187
Shades of International Klein Blue #0230BB
Tints of International Klein Blue #0230BB
RGB
CMYK
RGB Variations
Color information
#0230BB (or 0x0230BB) is known color: International Klein Blue. HEX triplet: 02, 30 and BB. RGB value is (2,48,187). Sum of RGB (Red+Green+Blue) = 2+48+187=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 187 (73.44% from 255 or 78.90% from 237); Max value from RGB is 187 - color contains mainly: blue. Hex color #0230BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0230BB is #FDCF44. Grayscale: #313131. Windows color (decimal): -16633669 or 12267522. OLE color: 12267522.
HSL color Cylindrical-coordinate representation of color #0230BB: hue angle of 225.08º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0230BB is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 48 | 187 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.27 |
| HSL | 225.08º | 0.98% | 0.37% | - |
| HSV(B) | 225.08º | 0.99% | 0.73% | - |
| XYZ | 10.05 | 5.71 | 47.59 | - |
| YUV | 50.09 | 205.26 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 187 | 0.99 | 0.74 | 0 | 0.27 | 225.08 | 0.98 | 0.37 |
| Hex | 2 | 30 | BB | 63 | 4A | 0 | 1B | E1 | 62 | 25 |
| Octal | 2 | 60 | 273 | 143 | 112 | 0 | 33 | 341 | 142 | 45 |
| Binary | 10 | 110000 | 10111011 | 1100011 | 1001010 | 0 | 11011 | 11100001 | 1100010 | 100101 |
Color Harmonies of #0230BB
Complementary color
Monochromatic Colors of #0230BB
Black with #0230BB
Text Example
Text Example
White with #0230BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0230BB; }
p { color: rgb(2,48,187); }
H1.HeaderClassName
{
color: #0230BB;
}
.AnyTagClassName
{
color: #0230BB;
}
</style>
background-color css
<style>
a { background-color: #0230BB; }
a { background-color: rgb(2,48,187); }
div.DivClassName
{
background-color: #0230BB;
}
.BgClassName
{
background-color: #0230BB;
}
</style>
border-color css
<style>
span { border-color: #0230BB; }
span { border-color: rgb(2,48,187); }
td.TdClassName
{
border-color: #0230BB;
}
.TagClassName
{
border-color: #0230BB;
}
</style>