Html Css Color HEX #003BA5 International Klein Blue
📋 copy color: '#003BA5'red 0 ◦ green 59 ◦ blue 165
Shades of International Klein Blue #003BA5
Tints of International Klein Blue #003BA5
RGB
CMYK
RGB Variations
Color information
#003BA5 (or 0x003BA5) is known color: International Klein Blue. HEX triplet: 00, 3B and A5. RGB value is (0,59,165). Sum of RGB (Red+Green+Blue) = 0+59+165=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 165 (64.84% from 255 or 73.66% from 224); Max value from RGB is 165 - color contains mainly: blue. Hex color #003BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003BA5 is #FFC45A. Grayscale: #343434. Windows color (decimal): -16761947 or 10828544. OLE color: 10828544.
HSL color Cylindrical-coordinate representation of color #003BA5: hue angle of 218.55º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BA5 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 59 | 165 | - |
| CMYK | 1 | 0.64 | 0 | 0.35 |
| HSL | 218.55º | 1% | 0.32% | - |
| HSV(B) | 218.55º | 1% | 0.65% | - |
| XYZ | 8.36 | 5.84 | 36.29 | - |
| YUV | 53.44 | 190.95 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 165 | 1 | 0.64 | 0 | 0.35 | 218.55 | 1 | 0.32 |
| Hex | 0 | 3B | A5 | 64 | 40 | 0 | 23 | DB | 64 | 20 |
| Octal | 0 | 73 | 245 | 144 | 100 | 0 | 43 | 333 | 144 | 40 |
| Binary | 0 | 111011 | 10100101 | 1100100 | 1000000 | 0 | 100011 | 11011011 | 1100100 | 100000 |
Color Harmonies of #003BA5
Complementary color
Monochromatic Colors of #003BA5
Black with #003BA5
Text Example
Text Example
White with #003BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BA5; }
p { color: rgb(0,59,165); }
H1.HeaderClassName
{
color: #003BA5;
}
.AnyTagClassName
{
color: #003BA5;
}
</style>
background-color css
<style>
a { background-color: #003BA5; }
a { background-color: rgb(0,59,165); }
div.DivClassName
{
background-color: #003BA5;
}
.BgClassName
{
background-color: #003BA5;
}
</style>
border-color css
<style>
span { border-color: #003BA5; }
span { border-color: rgb(0,59,165); }
td.TdClassName
{
border-color: #003BA5;
}
.TagClassName
{
border-color: #003BA5;
}
</style>