Html Css Color HEX #012DC3 International Klein Blue
📋 copy color: '#012DC3'red 1 ◦ green 45 ◦ blue 195
Shades of International Klein Blue #012DC3
Tints of International Klein Blue #012DC3
RGB
CMYK
RGB Variations
Color information
#012DC3 (or 0x012DC3) is known color: International Klein Blue. HEX triplet: 01, 2D and C3. RGB value is (1,45,195). Sum of RGB (Red+Green+Blue) = 1+45+195=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 195 (76.56% from 255 or 80.91% from 241); Max value from RGB is 195 - color contains mainly: blue. Hex color #012DC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DC3 is #FED23C. Grayscale: #303030. Windows color (decimal): -16699965 or 12791041. OLE color: 12791041.
HSL color Cylindrical-coordinate representation of color #012DC3: hue angle of 226.39º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012DC3 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 45 | 195 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.24 |
| HSL | 226.39º | 0.99% | 0.38% | - |
| HSV(B) | 226.39º | 0.99% | 0.76% | - |
| XYZ | 10.8 | 5.82 | 52.18 | - |
| YUV | 48.94 | 210.42 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 195 | 0.99 | 0.77 | 0 | 0.24 | 226.39 | 0.99 | 0.38 |
| Hex | 1 | 2D | C3 | 63 | 4D | 0 | 18 | E2 | 63 | 26 |
| Octal | 1 | 55 | 303 | 143 | 115 | 0 | 30 | 342 | 143 | 46 |
| Binary | 1 | 101101 | 11000011 | 1100011 | 1001101 | 0 | 11000 | 11100010 | 1100011 | 100110 |
Color Harmonies of #012DC3
Complementary color
Monochromatic Colors of #012DC3
Black with #012DC3
Text Example
Text Example
White with #012DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012DC3; }
p { color: rgb(1,45,195); }
H1.HeaderClassName
{
color: #012DC3;
}
.AnyTagClassName
{
color: #012DC3;
}
</style>
background-color css
<style>
a { background-color: #012DC3; }
a { background-color: rgb(1,45,195); }
div.DivClassName
{
background-color: #012DC3;
}
.BgClassName
{
background-color: #012DC3;
}
</style>
border-color css
<style>
span { border-color: #012DC3; }
span { border-color: rgb(1,45,195); }
td.TdClassName
{
border-color: #012DC3;
}
.TagClassName
{
border-color: #012DC3;
}
</style>