Html Css Color HEX #0325BA International Klein Blue
📋 copy color: '#0325BA'red 3 ◦ green 37 ◦ blue 186
Shades of International Klein Blue #0325BA
Tints of International Klein Blue #0325BA
RGB
CMYK
RGB Variations
Color information
#0325BA (or 0x0325BA) is known color: International Klein Blue. HEX triplet: 03, 25 and BA. RGB value is (3,37,186). Sum of RGB (Red+Green+Blue) = 3+37+186=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 186 (73.05% from 255 or 82.30% from 226); Max value from RGB is 186 - color contains mainly: blue. Hex color #0325BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0325BA is #FCDA45. Grayscale: #2B2B2B. Windows color (decimal): -16570950 or 12199171. OLE color: 12199171.
HSL color Cylindrical-coordinate representation of color #0325BA: hue angle of 228.85º degrees, saturation: 0.97, 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 #0325BA is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 37 | 186 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.27 |
| HSL | 228.85º | 0.97% | 0.37% | - |
| HSV(B) | 228.85º | 0.98% | 0.73% | - |
| XYZ | 9.56 | 4.89 | 46.89 | - |
| YUV | 43.82 | 208.24 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 37 | 186 | 0.98 | 0.80 | 0 | 0.27 | 228.85 | 0.97 | 0.37 |
| Hex | 3 | 25 | BA | 62 | 50 | 0 | 1B | E5 | 61 | 25 |
| Octal | 3 | 45 | 272 | 142 | 120 | 0 | 33 | 345 | 141 | 45 |
| Binary | 11 | 100101 | 10111010 | 1100010 | 1010000 | 0 | 11011 | 11100101 | 1100001 | 100101 |
Color Harmonies of #0325BA
Complementary color
Monochromatic Colors of #0325BA
Black with #0325BA
Text Example
Text Example
White with #0325BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0325BA; }
p { color: rgb(3,37,186); }
H1.HeaderClassName
{
color: #0325BA;
}
.AnyTagClassName
{
color: #0325BA;
}
</style>
background-color css
<style>
a { background-color: #0325BA; }
a { background-color: rgb(3,37,186); }
div.DivClassName
{
background-color: #0325BA;
}
.BgClassName
{
background-color: #0325BA;
}
</style>
border-color css
<style>
span { border-color: #0325BA; }
span { border-color: rgb(3,37,186); }
td.TdClassName
{
border-color: #0325BA;
}
.TagClassName
{
border-color: #0325BA;
}
</style>