Html Css Color HEX #0235B4 International Klein Blue
📋 copy color: '#0235B4'red 2 ◦ green 53 ◦ blue 180
Shades of International Klein Blue #0235B4
Tints of International Klein Blue #0235B4
RGB
CMYK
RGB Variations
Color information
#0235B4 (or 0x0235B4) is known color: International Klein Blue. HEX triplet: 02, 35 and B4. RGB value is (2,53,180). Sum of RGB (Red+Green+Blue) = 2+53+180=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 180 (70.70% from 255 or 76.60% from 235); Max value from RGB is 180 - color contains mainly: blue. Hex color #0235B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0235B4 is #FDCA4B. Grayscale: #333333. Windows color (decimal): -16632396 or 11810050. OLE color: 11810050.
HSL color Cylindrical-coordinate representation of color #0235B4: hue angle of 222.81º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0235B4 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 53 | 180 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.29 |
| HSL | 222.81º | 0.98% | 0.36% | - |
| HSV(B) | 222.81º | 0.99% | 0.71% | - |
| XYZ | 9.54 | 5.85 | 43.81 | - |
| YUV | 52.23 | 200.1 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 180 | 0.99 | 0.71 | 0 | 0.29 | 222.81 | 0.98 | 0.36 |
| Hex | 2 | 35 | B4 | 63 | 47 | 0 | 1D | DF | 62 | 24 |
| Octal | 2 | 65 | 264 | 143 | 107 | 0 | 35 | 337 | 142 | 44 |
| Binary | 10 | 110101 | 10110100 | 1100011 | 1000111 | 0 | 11101 | 11011111 | 1100010 | 100100 |
Color Harmonies of #0235B4
Complementary color
Monochromatic Colors of #0235B4
Black with #0235B4
Text Example
Text Example
White with #0235B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0235B4; }
p { color: rgb(2,53,180); }
H1.HeaderClassName
{
color: #0235B4;
}
.AnyTagClassName
{
color: #0235B4;
}
</style>
background-color css
<style>
a { background-color: #0235B4; }
a { background-color: rgb(2,53,180); }
div.DivClassName
{
background-color: #0235B4;
}
.BgClassName
{
background-color: #0235B4;
}
</style>
border-color css
<style>
span { border-color: #0235B4; }
span { border-color: rgb(2,53,180); }
td.TdClassName
{
border-color: #0235B4;
}
.TagClassName
{
border-color: #0235B4;
}
</style>