Html Css Color HEX #002BA4 International Klein Blue
📋 copy color: '#002BA4'red 0 ◦ green 43 ◦ blue 164
Shades of International Klein Blue #002BA4
Tints of International Klein Blue #002BA4
RGB
CMYK
RGB Variations
Color information
#002BA4 (or 0x002BA4) is known color: International Klein Blue. HEX triplet: 00, 2B and A4. RGB value is (0,43,164). Sum of RGB (Red+Green+Blue) = 0+43+164=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 164 (64.45% from 255 or 79.23% from 207); Max value from RGB is 164 - color contains mainly: blue. Hex color #002BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002BA4 is #FFD45B. Grayscale: #2B2B2B. Windows color (decimal): -16766044 or 10758912. OLE color: 10758912.
HSL color Cylindrical-coordinate representation of color #002BA4: hue angle of 224.27º 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 #002BA4 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 43 | 164 | - |
| CMYK | 1 | 0.74 | 0 | 0.36 |
| HSL | 224.27º | 1% | 0.32% | - |
| HSV(B) | 224.27º | 1% | 0.64% | - |
| XYZ | 7.56 | 4.41 | 35.57 | - |
| YUV | 43.94 | 195.75 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 164 | 1 | 0.74 | 0 | 0.36 | 224.27 | 1 | 0.32 |
| Hex | 0 | 2B | A4 | 64 | 4A | 0 | 24 | E0 | 64 | 20 |
| Octal | 0 | 53 | 244 | 144 | 112 | 0 | 44 | 340 | 144 | 40 |
| Binary | 0 | 101011 | 10100100 | 1100100 | 1001010 | 0 | 100100 | 11100000 | 1100100 | 100000 |
Color Harmonies of #002BA4
Complementary color
Monochromatic Colors of #002BA4
Black with #002BA4
Text Example
Text Example
White with #002BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002BA4; }
p { color: rgb(0,43,164); }
H1.HeaderClassName
{
color: #002BA4;
}
.AnyTagClassName
{
color: #002BA4;
}
</style>
background-color css
<style>
a { background-color: #002BA4; }
a { background-color: rgb(0,43,164); }
div.DivClassName
{
background-color: #002BA4;
}
.BgClassName
{
background-color: #002BA4;
}
</style>
border-color css
<style>
span { border-color: #002BA4; }
span { border-color: rgb(0,43,164); }
td.TdClassName
{
border-color: #002BA4;
}
.TagClassName
{
border-color: #002BA4;
}
</style>