Html Css Color HEX #0039C2 International Klein Blue
📋 copy color: '#0039C2'red 0 ◦ green 57 ◦ blue 194
Shades of International Klein Blue #0039C2
Tints of International Klein Blue #0039C2
RGB
CMYK
RGB Variations
Color information
#0039C2 (or 0x0039C2) is known color: International Klein Blue. HEX triplet: 00, 39 and C2. RGB value is (0,57,194). Sum of RGB (Red+Green+Blue) = 0+57+194=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 194 (76.17% from 255 or 77.29% from 251); Max value from RGB is 194 - color contains mainly: blue. Hex color #0039C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0039C2 is #FFC63D. Grayscale: #363636. Windows color (decimal): -16762430 or 12728576. OLE color: 12728576.
HSL color Cylindrical-coordinate representation of color #0039C2: hue angle of 222.37º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0039C2 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 57 | 194 | - |
| CMYK | 1 | 0.71 | 0 | 0.24 |
| HSL | 222.37º | 1% | 0.38% | - |
| HSV(B) | 222.37º | 1% | 0.76% | - |
| XYZ | 11.2 | 6.82 | 51.77 | - |
| YUV | 55.58 | 206.12 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 194 | 1 | 0.71 | 0 | 0.24 | 222.37 | 1 | 0.38 |
| Hex | 0 | 39 | C2 | 64 | 47 | 0 | 18 | DE | 64 | 26 |
| Octal | 0 | 71 | 302 | 144 | 107 | 0 | 30 | 336 | 144 | 46 |
| Binary | 0 | 111001 | 11000010 | 1100100 | 1000111 | 0 | 11000 | 11011110 | 1100100 | 100110 |
Color Harmonies of #0039C2
Complementary color
Monochromatic Colors of #0039C2
Black with #0039C2
Text Example
Text Example
White with #0039C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0039C2; }
p { color: rgb(0,57,194); }
H1.HeaderClassName
{
color: #0039C2;
}
.AnyTagClassName
{
color: #0039C2;
}
</style>
background-color css
<style>
a { background-color: #0039C2; }
a { background-color: rgb(0,57,194); }
div.DivClassName
{
background-color: #0039C2;
}
.BgClassName
{
background-color: #0039C2;
}
</style>
border-color css
<style>
span { border-color: #0039C2; }
span { border-color: rgb(0,57,194); }
td.TdClassName
{
border-color: #0039C2;
}
.TagClassName
{
border-color: #0039C2;
}
</style>