Html Css Color HEX #0326C1 International Klein Blue
📋 copy color: '#0326C1'red 3 ◦ green 38 ◦ blue 193
Shades of International Klein Blue #0326C1
Tints of International Klein Blue #0326C1
RGB
CMYK
RGB Variations
Color information
#0326C1 (or 0x0326C1) is known color: International Klein Blue. HEX triplet: 03, 26 and C1. RGB value is (3,38,193). Sum of RGB (Red+Green+Blue) = 3+38+193=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 193 (75.78% from 255 or 82.48% from 234); Max value from RGB is 193 - color contains mainly: blue. Hex color #0326C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0326C1 is #FCD93E. Grayscale: #2C2C2C. Windows color (decimal): -16570687 or 12658179. OLE color: 12658179.
HSL color Cylindrical-coordinate representation of color #0326C1: hue angle of 228.95º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0326C1 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 38 | 193 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.24 |
| HSL | 228.95º | 0.97% | 0.38% | - |
| HSV(B) | 228.95º | 0.98% | 0.76% | - |
| XYZ | 10.36 | 5.26 | 50.92 | - |
| YUV | 45.21 | 211.4 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 193 | 0.98 | 0.80 | 0 | 0.24 | 228.95 | 0.97 | 0.38 |
| Hex | 3 | 26 | C1 | 62 | 50 | 0 | 18 | E5 | 61 | 26 |
| Octal | 3 | 46 | 301 | 142 | 120 | 0 | 30 | 345 | 141 | 46 |
| Binary | 11 | 100110 | 11000001 | 1100010 | 1010000 | 0 | 11000 | 11100101 | 1100001 | 100110 |
Color Harmonies of #0326C1
Complementary color
Monochromatic Colors of #0326C1
Black with #0326C1
Text Example
Text Example
White with #0326C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0326C1; }
p { color: rgb(3,38,193); }
H1.HeaderClassName
{
color: #0326C1;
}
.AnyTagClassName
{
color: #0326C1;
}
</style>
background-color css
<style>
a { background-color: #0326C1; }
a { background-color: rgb(3,38,193); }
div.DivClassName
{
background-color: #0326C1;
}
.BgClassName
{
background-color: #0326C1;
}
</style>
border-color css
<style>
span { border-color: #0326C1; }
span { border-color: rgb(3,38,193); }
td.TdClassName
{
border-color: #0326C1;
}
.TagClassName
{
border-color: #0326C1;
}
</style>