Html Css Color HEX #0124B3 International Klein Blue
📋 copy color: '#0124B3'red 1 ◦ green 36 ◦ blue 179
Shades of International Klein Blue #0124B3
Tints of International Klein Blue #0124B3
RGB
CMYK
RGB Variations
Color information
#0124B3 (or 0x0124B3) is known color: International Klein Blue. HEX triplet: 01, 24 and B3. RGB value is (1,36,179). Sum of RGB (Red+Green+Blue) = 1+36+179=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 179 (70.31% from 255 or 82.87% from 216); Max value from RGB is 179 - color contains mainly: blue. Hex color #0124B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0124B3 is #FEDB4C. Grayscale: #292929. Windows color (decimal): -16702285 or 11740161. OLE color: 11740161.
HSL color Cylindrical-coordinate representation of color #0124B3: hue angle of 228.2º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0124B3 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 36 | 179 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.30 |
| HSL | 228.2º | 0.99% | 0.35% | - |
| HSV(B) | 228.2º | 0.99% | 0.7% | - |
| XYZ | 8.78 | 4.52 | 43.06 | - |
| YUV | 41.84 | 205.4 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 179 | 0.99 | 0.80 | 0 | 0.30 | 228.2 | 0.99 | 0.35 |
| Hex | 1 | 24 | B3 | 63 | 50 | 0 | 1E | E4 | 63 | 23 |
| Octal | 1 | 44 | 263 | 143 | 120 | 0 | 36 | 344 | 143 | 43 |
| Binary | 1 | 100100 | 10110011 | 1100011 | 1010000 | 0 | 11110 | 11100100 | 1100011 | 100011 |
Color Harmonies of #0124B3
Complementary color
Monochromatic Colors of #0124B3
Black with #0124B3
Text Example
Text Example
White with #0124B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0124B3; }
p { color: rgb(1,36,179); }
H1.HeaderClassName
{
color: #0124B3;
}
.AnyTagClassName
{
color: #0124B3;
}
</style>
background-color css
<style>
a { background-color: #0124B3; }
a { background-color: rgb(1,36,179); }
div.DivClassName
{
background-color: #0124B3;
}
.BgClassName
{
background-color: #0124B3;
}
</style>
border-color css
<style>
span { border-color: #0124B3; }
span { border-color: rgb(1,36,179); }
td.TdClassName
{
border-color: #0124B3;
}
.TagClassName
{
border-color: #0124B3;
}
</style>