Html Css Color HEX #0138AA International Klein Blue
📋 copy color: '#0138AA'red 1 ◦ green 56 ◦ blue 170
Shades of International Klein Blue #0138AA
Tints of International Klein Blue #0138AA
RGB
CMYK
RGB Variations
Color information
#0138AA (or 0x0138AA) is known color: International Klein Blue. HEX triplet: 01, 38 and AA. RGB value is (1,56,170). Sum of RGB (Red+Green+Blue) = 1+56+170=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #0138AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0138AA is #FEC755. Grayscale: #343434. Windows color (decimal): -16697174 or 11155457. OLE color: 11155457.
HSL color Cylindrical-coordinate representation of color #0138AA: hue angle of 220.47º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0138AA is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 56 | 170 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.33 |
| HSL | 220.47º | 0.99% | 0.34% | - |
| HSV(B) | 220.47º | 0.99% | 0.67% | - |
| XYZ | 8.68 | 5.74 | 38.68 | - |
| YUV | 52.55 | 194.28 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 170 | 0.99 | 0.67 | 0 | 0.33 | 220.47 | 0.99 | 0.34 |
| Hex | 1 | 38 | AA | 63 | 43 | 0 | 21 | DC | 63 | 22 |
| Octal | 1 | 70 | 252 | 143 | 103 | 0 | 41 | 334 | 143 | 42 |
| Binary | 1 | 111000 | 10101010 | 1100011 | 1000011 | 0 | 100001 | 11011100 | 1100011 | 100010 |
Color Harmonies of #0138AA
Complementary color
Monochromatic Colors of #0138AA
Black with #0138AA
Text Example
Text Example
White with #0138AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0138AA; }
p { color: rgb(1,56,170); }
H1.HeaderClassName
{
color: #0138AA;
}
.AnyTagClassName
{
color: #0138AA;
}
</style>
background-color css
<style>
a { background-color: #0138AA; }
a { background-color: rgb(1,56,170); }
div.DivClassName
{
background-color: #0138AA;
}
.BgClassName
{
background-color: #0138AA;
}
</style>
border-color css
<style>
span { border-color: #0138AA; }
span { border-color: rgb(1,56,170); }
td.TdClassName
{
border-color: #0138AA;
}
.TagClassName
{
border-color: #0138AA;
}
</style>