Html Css Color HEX #0234B1 International Klein Blue
📋 copy color: '#0234B1'red 2 ◦ green 52 ◦ blue 177
Shades of International Klein Blue #0234B1
Tints of International Klein Blue #0234B1
RGB
CMYK
RGB Variations
Color information
#0234B1 (or 0x0234B1) is known color: International Klein Blue. HEX triplet: 02, 34 and B1. RGB value is (2,52,177). Sum of RGB (Red+Green+Blue) = 2+52+177=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 177 (69.53% from 255 or 76.62% from 231); Max value from RGB is 177 - color contains mainly: blue. Hex color #0234B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0234B1 is #FDCB4E. Grayscale: #323232. Windows color (decimal): -16632655 or 11613186. OLE color: 11613186.
HSL color Cylindrical-coordinate representation of color #0234B1: hue angle of 222.86º 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 #0234B1 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 52 | 177 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.31 |
| HSL | 222.86º | 0.98% | 0.35% | - |
| HSV(B) | 222.86º | 0.99% | 0.69% | - |
| XYZ | 9.19 | 5.64 | 42.2 | - |
| YUV | 51.3 | 198.94 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 177 | 0.99 | 0.71 | 0 | 0.31 | 222.86 | 0.98 | 0.35 |
| Hex | 2 | 34 | B1 | 63 | 47 | 0 | 1F | DF | 62 | 23 |
| Octal | 2 | 64 | 261 | 143 | 107 | 0 | 37 | 337 | 142 | 43 |
| Binary | 10 | 110100 | 10110001 | 1100011 | 1000111 | 0 | 11111 | 11011111 | 1100010 | 100011 |
Color Harmonies of #0234B1
Complementary color
Monochromatic Colors of #0234B1
Black with #0234B1
Text Example
Text Example
White with #0234B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0234B1; }
p { color: rgb(2,52,177); }
H1.HeaderClassName
{
color: #0234B1;
}
.AnyTagClassName
{
color: #0234B1;
}
</style>
background-color css
<style>
a { background-color: #0234B1; }
a { background-color: rgb(2,52,177); }
div.DivClassName
{
background-color: #0234B1;
}
.BgClassName
{
background-color: #0234B1;
}
</style>
border-color css
<style>
span { border-color: #0234B1; }
span { border-color: rgb(2,52,177); }
td.TdClassName
{
border-color: #0234B1;
}
.TagClassName
{
border-color: #0234B1;
}
</style>