Html Css Color HEX #0438B9 International Klein Blue
📋 copy color: '#0438B9'red 4 ◦ green 56 ◦ blue 185
Shades of International Klein Blue #0438B9
Tints of International Klein Blue #0438B9
RGB
CMYK
RGB Variations
Color information
#0438B9 (or 0x0438B9) is known color: International Klein Blue. HEX triplet: 04, 38 and B9. RGB value is (4,56,185). Sum of RGB (Red+Green+Blue) = 4+56+185=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 185 (72.66% from 255 or 75.51% from 245); Max value from RGB is 185 - color contains mainly: blue. Hex color #0438B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0438B9 is #FBC746. Grayscale: #363636. Windows color (decimal): -16500551 or 12138500. OLE color: 12138500.
HSL color Cylindrical-coordinate representation of color #0438B9: hue angle of 222.76º 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 #0438B9 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 56 | 185 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.27 |
| HSL | 222.76º | 0.96% | 0.37% | - |
| HSV(B) | 222.76º | 0.98% | 0.73% | - |
| XYZ | 10.22 | 6.36 | 46.59 | - |
| YUV | 55.16 | 201.27 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 56 | 185 | 0.98 | 0.70 | 0 | 0.27 | 222.76 | 0.96 | 0.37 |
| Hex | 4 | 38 | B9 | 62 | 46 | 0 | 1B | DF | 60 | 25 |
| Octal | 4 | 70 | 271 | 142 | 106 | 0 | 33 | 337 | 140 | 45 |
| Binary | 100 | 111000 | 10111001 | 1100010 | 1000110 | 0 | 11011 | 11011111 | 1100000 | 100101 |
Color Harmonies of #0438B9
Complementary color
Monochromatic Colors of #0438B9
Black with #0438B9
Text Example
Text Example
White with #0438B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0438B9; }
p { color: rgb(4,56,185); }
H1.HeaderClassName
{
color: #0438B9;
}
.AnyTagClassName
{
color: #0438B9;
}
</style>
background-color css
<style>
a { background-color: #0438B9; }
a { background-color: rgb(4,56,185); }
div.DivClassName
{
background-color: #0438B9;
}
.BgClassName
{
background-color: #0438B9;
}
</style>
border-color css
<style>
span { border-color: #0438B9; }
span { border-color: rgb(4,56,185); }
td.TdClassName
{
border-color: #0438B9;
}
.TagClassName
{
border-color: #0438B9;
}
</style>