Html Css Color HEX #0135B8 International Klein Blue
📋 copy color: '#0135B8'red 1 ◦ green 53 ◦ blue 184
Shades of International Klein Blue #0135B8
Tints of International Klein Blue #0135B8
RGB
CMYK
RGB Variations
Color information
#0135B8 (or 0x0135B8) is known color: International Klein Blue. HEX triplet: 01, 35 and B8. RGB value is (1,53,184). Sum of RGB (Red+Green+Blue) = 1+53+184=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 53 (21.09% from 255 or 22.27% 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 #0135B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0135B8 is #FECA47. Grayscale: #333333. Windows color (decimal): -16697928 or 12072193. OLE color: 12072193.
HSL color Cylindrical-coordinate representation of color #0135B8: hue angle of 222.95º degrees, saturation: 0.99, 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 #0135B8 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 53 | 184 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.28 |
| HSL | 222.95º | 0.99% | 0.36% | - |
| HSV(B) | 222.95º | 0.99% | 0.72% | - |
| XYZ | 9.94 | 6.01 | 45.98 | - |
| YUV | 52.39 | 202.27 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 184 | 0.99 | 0.71 | 0 | 0.28 | 222.95 | 0.99 | 0.36 |
| Hex | 1 | 35 | B8 | 63 | 47 | 0 | 1C | DF | 63 | 24 |
| Octal | 1 | 65 | 270 | 143 | 107 | 0 | 34 | 337 | 143 | 44 |
| Binary | 1 | 110101 | 10111000 | 1100011 | 1000111 | 0 | 11100 | 11011111 | 1100011 | 100100 |
Color Harmonies of #0135B8
Complementary color
Monochromatic Colors of #0135B8
Black with #0135B8
Text Example
Text Example
White with #0135B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0135B8; }
p { color: rgb(1,53,184); }
H1.HeaderClassName
{
color: #0135B8;
}
.AnyTagClassName
{
color: #0135B8;
}
</style>
background-color css
<style>
a { background-color: #0135B8; }
a { background-color: rgb(1,53,184); }
div.DivClassName
{
background-color: #0135B8;
}
.BgClassName
{
background-color: #0135B8;
}
</style>
border-color css
<style>
span { border-color: #0135B8; }
span { border-color: rgb(1,53,184); }
td.TdClassName
{
border-color: #0135B8;
}
.TagClassName
{
border-color: #0135B8;
}
</style>