Html Css Color HEX #0238BB International Klein Blue
📋 copy color: '#0238BB'red 2 ◦ green 56 ◦ blue 187
Shades of International Klein Blue #0238BB
Tints of International Klein Blue #0238BB
RGB
CMYK
RGB Variations
Color information
#0238BB (or 0x0238BB) is known color: International Klein Blue. HEX triplet: 02, 38 and BB. RGB value is (2,56,187). Sum of RGB (Red+Green+Blue) = 2+56+187=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 187 (73.44% from 255 or 76.33% from 245); Max value from RGB is 187 - color contains mainly: blue. Hex color #0238BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0238BB is #FDC744. Grayscale: #363636. Windows color (decimal): -16631621 or 12269570. OLE color: 12269570.
HSL color Cylindrical-coordinate representation of color #0238BB: hue angle of 222.49º 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 #0238BB is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 56 | 187 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.27 |
| HSL | 222.49º | 0.98% | 0.37% | - |
| HSV(B) | 222.49º | 0.99% | 0.73% | - |
| XYZ | 10.41 | 6.43 | 47.71 | - |
| YUV | 54.79 | 202.61 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 187 | 0.99 | 0.70 | 0 | 0.27 | 222.49 | 0.98 | 0.37 |
| Hex | 2 | 38 | BB | 63 | 46 | 0 | 1B | DE | 62 | 25 |
| Octal | 2 | 70 | 273 | 143 | 106 | 0 | 33 | 336 | 142 | 45 |
| Binary | 10 | 111000 | 10111011 | 1100011 | 1000110 | 0 | 11011 | 11011110 | 1100010 | 100101 |
Color Harmonies of #0238BB
Complementary color
Monochromatic Colors of #0238BB
Black with #0238BB
Text Example
Text Example
White with #0238BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0238BB; }
p { color: rgb(2,56,187); }
H1.HeaderClassName
{
color: #0238BB;
}
.AnyTagClassName
{
color: #0238BB;
}
</style>
background-color css
<style>
a { background-color: #0238BB; }
a { background-color: rgb(2,56,187); }
div.DivClassName
{
background-color: #0238BB;
}
.BgClassName
{
background-color: #0238BB;
}
</style>
border-color css
<style>
span { border-color: #0238BB; }
span { border-color: rgb(2,56,187); }
td.TdClassName
{
border-color: #0238BB;
}
.TagClassName
{
border-color: #0238BB;
}
</style>