Html Css Color HEX #041BBA International Klein Blue
📋 copy color: '#041BBA'red 4 ◦ green 27 ◦ blue 186
Shades of International Klein Blue #041BBA
Tints of International Klein Blue #041BBA
RGB
CMYK
RGB Variations
Color information
#041BBA (or 0x041BBA) is known color: International Klein Blue. HEX triplet: 04, 1B and BA. RGB value is (4,27,186). Sum of RGB (Red+Green+Blue) = 4+27+186=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 186 (73.05% from 255 or 85.71% from 217); Max value from RGB is 186 - color contains mainly: blue. Hex color #041BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041BBA is #FBE445. Grayscale: #252525. Windows color (decimal): -16507974 or 12196612. OLE color: 12196612.
HSL color Cylindrical-coordinate representation of color #041BBA: hue angle of 232.42º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041BBA is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 27 | 186 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.27 |
| HSL | 232.42º | 0.96% | 0.37% | - |
| HSV(B) | 232.42º | 0.98% | 0.73% | - |
| XYZ | 9.3 | 4.35 | 46.8 | - |
| YUV | 38.25 | 211.38 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 27 | 186 | 0.98 | 0.85 | 0 | 0.27 | 232.42 | 0.96 | 0.37 |
| Hex | 4 | 1B | BA | 62 | 55 | 0 | 1B | E8 | 60 | 25 |
| Octal | 4 | 33 | 272 | 142 | 125 | 0 | 33 | 350 | 140 | 45 |
| Binary | 100 | 11011 | 10111010 | 1100010 | 1010101 | 0 | 11011 | 11101000 | 1100000 | 100101 |
Color Harmonies of #041BBA
Complementary color
Monochromatic Colors of #041BBA
Black with #041BBA
Text Example
Text Example
White with #041BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041BBA; }
p { color: rgb(4,27,186); }
H1.HeaderClassName
{
color: #041BBA;
}
.AnyTagClassName
{
color: #041BBA;
}
</style>
background-color css
<style>
a { background-color: #041BBA; }
a { background-color: rgb(4,27,186); }
div.DivClassName
{
background-color: #041BBA;
}
.BgClassName
{
background-color: #041BBA;
}
</style>
border-color css
<style>
span { border-color: #041BBA; }
span { border-color: rgb(4,27,186); }
td.TdClassName
{
border-color: #041BBA;
}
.TagClassName
{
border-color: #041BBA;
}
</style>