Html Css Color HEX #0234B8 International Klein Blue
📋 copy color: '#0234B8'red 2 ◦ green 52 ◦ blue 184
Shades of International Klein Blue #0234B8
Tints of International Klein Blue #0234B8
RGB
CMYK
RGB Variations
Color information
#0234B8 (or 0x0234B8) is known color: International Klein Blue. HEX triplet: 02, 34 and B8. RGB value is (2,52,184). Sum of RGB (Red+Green+Blue) = 2+52+184=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 184 (72.27% from 255 or 77.31% from 238); Max value from RGB is 184 - color contains mainly: blue. Hex color #0234B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0234B8 is #FDCB47. Grayscale: #333333. Windows color (decimal): -16632648 or 12071938. OLE color: 12071938.
HSL color Cylindrical-coordinate representation of color #0234B8: hue angle of 223.52º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0234B8 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 52 | 184 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.28 |
| HSL | 223.52º | 0.98% | 0.36% | - |
| HSV(B) | 223.52º | 0.99% | 0.72% | - |
| XYZ | 9.9 | 5.93 | 45.97 | - |
| YUV | 52.1 | 202.44 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 184 | 0.99 | 0.72 | 0 | 0.28 | 223.52 | 0.98 | 0.36 |
| Hex | 2 | 34 | B8 | 63 | 48 | 0 | 1C | E0 | 62 | 24 |
| Octal | 2 | 64 | 270 | 143 | 110 | 0 | 34 | 340 | 142 | 44 |
| Binary | 10 | 110100 | 10111000 | 1100011 | 1001000 | 0 | 11100 | 11100000 | 1100010 | 100100 |
Color Harmonies of #0234B8
Complementary color
Monochromatic Colors of #0234B8
Black with #0234B8
Text Example
Text Example
White with #0234B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0234B8; }
p { color: rgb(2,52,184); }
H1.HeaderClassName
{
color: #0234B8;
}
.AnyTagClassName
{
color: #0234B8;
}
</style>
background-color css
<style>
a { background-color: #0234B8; }
a { background-color: rgb(2,52,184); }
div.DivClassName
{
background-color: #0234B8;
}
.BgClassName
{
background-color: #0234B8;
}
</style>
border-color css
<style>
span { border-color: #0234B8; }
span { border-color: rgb(2,52,184); }
td.TdClassName
{
border-color: #0234B8;
}
.TagClassName
{
border-color: #0234B8;
}
</style>