Html Css Color HEX #0438AB International Klein Blue
📋 copy color: '#0438AB'red 4 ◦ green 56 ◦ blue 171
Shades of International Klein Blue #0438AB
Tints of International Klein Blue #0438AB
RGB
CMYK
RGB Variations
Color information
#0438AB (or 0x0438AB) is known color: International Klein Blue. HEX triplet: 04, 38 and AB. RGB value is (4,56,171). Sum of RGB (Red+Green+Blue) = 4+56+171=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 171 (67.19% from 255 or 74.03% from 231); Max value from RGB is 171 - color contains mainly: blue. Hex color #0438AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0438AB is #FBC754. Grayscale: #353535. Windows color (decimal): -16500565 or 11220996. OLE color: 11220996.
HSL color Cylindrical-coordinate representation of color #0438AB: hue angle of 221.32º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0438AB is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 56 | 171 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.33 |
| HSL | 221.32º | 0.95% | 0.34% | - |
| HSV(B) | 221.32º | 0.98% | 0.67% | - |
| XYZ | 8.81 | 5.79 | 39.18 | - |
| YUV | 53.56 | 194.27 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 56 | 171 | 0.98 | 0.67 | 0 | 0.33 | 221.32 | 0.95 | 0.34 |
| Hex | 4 | 38 | AB | 62 | 43 | 0 | 21 | DD | 5F | 22 |
| Octal | 4 | 70 | 253 | 142 | 103 | 0 | 41 | 335 | 137 | 42 |
| Binary | 100 | 111000 | 10101011 | 1100010 | 1000011 | 0 | 100001 | 11011101 | 1011111 | 100010 |
Color Harmonies of #0438AB
Complementary color
Monochromatic Colors of #0438AB
Black with #0438AB
Text Example
Text Example
White with #0438AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0438AB; }
p { color: rgb(4,56,171); }
H1.HeaderClassName
{
color: #0438AB;
}
.AnyTagClassName
{
color: #0438AB;
}
</style>
background-color css
<style>
a { background-color: #0438AB; }
a { background-color: rgb(4,56,171); }
div.DivClassName
{
background-color: #0438AB;
}
.BgClassName
{
background-color: #0438AB;
}
</style>
border-color css
<style>
span { border-color: #0438AB; }
span { border-color: rgb(4,56,171); }
td.TdClassName
{
border-color: #0438AB;
}
.TagClassName
{
border-color: #0438AB;
}
</style>