Html Css Color HEX #012BA3 International Klein Blue
📋 copy color: '#012BA3'red 1 ◦ green 43 ◦ blue 163
Shades of International Klein Blue #012BA3
Tints of International Klein Blue #012BA3
RGB
CMYK
RGB Variations
Color information
#012BA3 (or 0x012BA3) is known color: International Klein Blue. HEX triplet: 01, 2B and A3. RGB value is (1,43,163). Sum of RGB (Red+Green+Blue) = 1+43+163=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 163 (64.06% from 255 or 78.74% from 207); Max value from RGB is 163 - color contains mainly: blue. Hex color #012BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012BA3 is #FED45C. Grayscale: #2B2B2B. Windows color (decimal): -16700509 or 10693377. OLE color: 10693377.
HSL color Cylindrical-coordinate representation of color #012BA3: hue angle of 224.44º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012BA3 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 43 | 163 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.36 |
| HSL | 224.44º | 0.99% | 0.32% | - |
| HSV(B) | 224.44º | 0.99% | 0.64% | - |
| XYZ | 7.49 | 4.38 | 35.1 | - |
| YUV | 44.12 | 195.09 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 163 | 0.99 | 0.74 | 0 | 0.36 | 224.44 | 0.99 | 0.32 |
| Hex | 1 | 2B | A3 | 63 | 4A | 0 | 24 | E0 | 63 | 20 |
| Octal | 1 | 53 | 243 | 143 | 112 | 0 | 44 | 340 | 143 | 40 |
| Binary | 1 | 101011 | 10100011 | 1100011 | 1001010 | 0 | 100100 | 11100000 | 1100011 | 100000 |
Color Harmonies of #012BA3
Complementary color
Monochromatic Colors of #012BA3
Black with #012BA3
Text Example
Text Example
White with #012BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012BA3; }
p { color: rgb(1,43,163); }
H1.HeaderClassName
{
color: #012BA3;
}
.AnyTagClassName
{
color: #012BA3;
}
</style>
background-color css
<style>
a { background-color: #012BA3; }
a { background-color: rgb(1,43,163); }
div.DivClassName
{
background-color: #012BA3;
}
.BgClassName
{
background-color: #012BA3;
}
</style>
border-color css
<style>
span { border-color: #012BA3; }
span { border-color: rgb(1,43,163); }
td.TdClassName
{
border-color: #012BA3;
}
.TagClassName
{
border-color: #012BA3;
}
</style>