Html Css Color HEX #003BA6 International Klein Blue
📋 copy color: '#003BA6'red 0 ◦ green 59 ◦ blue 166
Shades of International Klein Blue #003BA6
Tints of International Klein Blue #003BA6
RGB
CMYK
RGB Variations
Color information
#003BA6 (or 0x003BA6) is known color: International Klein Blue. HEX triplet: 00, 3B and A6. RGB value is (0,59,166). Sum of RGB (Red+Green+Blue) = 0+59+166=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 166 (65.23% from 255 or 73.78% from 225); Max value from RGB is 166 - color contains mainly: blue. Hex color #003BA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003BA6 is #FFC459. Grayscale: #353535. Windows color (decimal): -16761946 or 10894080. OLE color: 10894080.
HSL color Cylindrical-coordinate representation of color #003BA6: hue angle of 218.67º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BA6 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 59 | 166 | - |
| CMYK | 1 | 0.64 | 0 | 0.35 |
| HSL | 218.67º | 1% | 0.33% | - |
| HSV(B) | 218.67º | 1% | 0.65% | - |
| XYZ | 8.45 | 5.88 | 36.77 | - |
| YUV | 53.56 | 191.45 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 166 | 1 | 0.64 | 0 | 0.35 | 218.67 | 1 | 0.33 |
| Hex | 0 | 3B | A6 | 64 | 40 | 0 | 23 | DB | 64 | 21 |
| Octal | 0 | 73 | 246 | 144 | 100 | 0 | 43 | 333 | 144 | 41 |
| Binary | 0 | 111011 | 10100110 | 1100100 | 1000000 | 0 | 100011 | 11011011 | 1100100 | 100001 |
Color Harmonies of #003BA6
Complementary color
Monochromatic Colors of #003BA6
Black with #003BA6
Text Example
Text Example
White with #003BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BA6; }
p { color: rgb(0,59,166); }
H1.HeaderClassName
{
color: #003BA6;
}
.AnyTagClassName
{
color: #003BA6;
}
</style>
background-color css
<style>
a { background-color: #003BA6; }
a { background-color: rgb(0,59,166); }
div.DivClassName
{
background-color: #003BA6;
}
.BgClassName
{
background-color: #003BA6;
}
</style>
border-color css
<style>
span { border-color: #003BA6; }
span { border-color: rgb(0,59,166); }
td.TdClassName
{
border-color: #003BA6;
}
.TagClassName
{
border-color: #003BA6;
}
</style>