Html Css Color HEX #0318B1 International Klein Blue
📋 copy color: '#0318B1'red 3 ◦ green 24 ◦ blue 177
Shades of International Klein Blue #0318B1
Tints of International Klein Blue #0318B1
RGB
CMYK
RGB Variations
Color information
#0318B1 (or 0x0318B1) is known color: International Klein Blue. HEX triplet: 03, 18 and B1. RGB value is (3,24,177). Sum of RGB (Red+Green+Blue) = 3+24+177=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 177 (69.53% from 255 or 86.76% from 204); Max value from RGB is 177 - color contains mainly: blue. Hex color #0318B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0318B1 is #FCE74E. Grayscale: #222222. Windows color (decimal): -16574287 or 11606019. OLE color: 11606019.
HSL color Cylindrical-coordinate representation of color #0318B1: hue angle of 232.76º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0318B1 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 24 | 177 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.31 |
| HSL | 232.76º | 0.97% | 0.35% | - |
| HSV(B) | 232.76º | 0.98% | 0.69% | - |
| XYZ | 8.3 | 3.85 | 41.9 | - |
| YUV | 35.16 | 208.04 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 177 | 0.98 | 0.86 | 0 | 0.31 | 232.76 | 0.97 | 0.35 |
| Hex | 3 | 18 | B1 | 62 | 56 | 0 | 1F | E9 | 61 | 23 |
| Octal | 3 | 30 | 261 | 142 | 126 | 0 | 37 | 351 | 141 | 43 |
| Binary | 11 | 11000 | 10110001 | 1100010 | 1010110 | 0 | 11111 | 11101001 | 1100001 | 100011 |
Color Harmonies of #0318B1
Complementary color
Monochromatic Colors of #0318B1
Black with #0318B1
Text Example
Text Example
White with #0318B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0318B1; }
p { color: rgb(3,24,177); }
H1.HeaderClassName
{
color: #0318B1;
}
.AnyTagClassName
{
color: #0318B1;
}
</style>
background-color css
<style>
a { background-color: #0318B1; }
a { background-color: rgb(3,24,177); }
div.DivClassName
{
background-color: #0318B1;
}
.BgClassName
{
background-color: #0318B1;
}
</style>
border-color css
<style>
span { border-color: #0318B1; }
span { border-color: rgb(3,24,177); }
td.TdClassName
{
border-color: #0318B1;
}
.TagClassName
{
border-color: #0318B1;
}
</style>