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