Html Css Color HEX #002FB1 International Klein Blue
📋 copy color: '#002FB1'red 0 ◦ green 47 ◦ blue 177
Shades of International Klein Blue #002FB1
Tints of International Klein Blue #002FB1
RGB
CMYK
RGB Variations
Color information
#002FB1 (or 0x002FB1) is known color: International Klein Blue. HEX triplet: 00, 2F and B1. RGB value is (0,47,177). Sum of RGB (Red+Green+Blue) = 0+47+177=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 177 (69.53% from 255 or 79.02% from 224); Max value from RGB is 177 - color contains mainly: blue. Hex color #002FB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002FB1 is #FFD04E. Grayscale: #2F2F2F. Windows color (decimal): -16765007 or 11611904. OLE color: 11611904.
HSL color Cylindrical-coordinate representation of color #002FB1: hue angle of 224.07º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002FB1 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 47 | 177 | - |
| CMYK | 1 | 0.73 | 0 | 0.31 |
| HSL | 224.07º | 1% | 0.35% | - |
| HSV(B) | 224.07º | 1% | 0.69% | - |
| XYZ | 8.95 | 5.21 | 42.13 | - |
| YUV | 47.77 | 200.93 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 177 | 1 | 0.73 | 0 | 0.31 | 224.07 | 1 | 0.35 |
| Hex | 0 | 2F | B1 | 64 | 49 | 0 | 1F | E0 | 64 | 23 |
| Octal | 0 | 57 | 261 | 144 | 111 | 0 | 37 | 340 | 144 | 43 |
| Binary | 0 | 101111 | 10110001 | 1100100 | 1001001 | 0 | 11111 | 11100000 | 1100100 | 100011 |
Color Harmonies of #002FB1
Complementary color
Monochromatic Colors of #002FB1
Black with #002FB1
Text Example
Text Example
White with #002FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002FB1; }
p { color: rgb(0,47,177); }
H1.HeaderClassName
{
color: #002FB1;
}
.AnyTagClassName
{
color: #002FB1;
}
</style>
background-color css
<style>
a { background-color: #002FB1; }
a { background-color: rgb(0,47,177); }
div.DivClassName
{
background-color: #002FB1;
}
.BgClassName
{
background-color: #002FB1;
}
</style>
border-color css
<style>
span { border-color: #002FB1; }
span { border-color: rgb(0,47,177); }
td.TdClassName
{
border-color: #002FB1;
}
.TagClassName
{
border-color: #002FB1;
}
</style>