Html Css Color HEX #062DB1 International Klein Blue
📋 copy color: '#062DB1'red 6 ◦ green 45 ◦ blue 177
Shades of International Klein Blue #062DB1
Tints of International Klein Blue #062DB1
RGB
CMYK
RGB Variations
Color information
#062DB1 (or 0x062DB1) is known color: International Klein Blue. HEX triplet: 06, 2D and B1. RGB value is (6,45,177). Sum of RGB (Red+Green+Blue) = 6+45+177=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 177 (69.53% from 255 or 77.63% from 228); Max value from RGB is 177 - color contains mainly: blue. Hex color #062DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062DB1 is #F9D24E. Grayscale: #2F2F2F. Windows color (decimal): -16372303 or 11611398. OLE color: 11611398.
HSL color Cylindrical-coordinate representation of color #062DB1: hue angle of 226.32º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062DB1 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 45 | 177 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.31 |
| HSL | 226.32º | 0.93% | 0.36% | - |
| HSV(B) | 226.32º | 0.97% | 0.69% | - |
| XYZ | 8.95 | 5.09 | 42.11 | - |
| YUV | 48.39 | 200.58 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 177 | 0.97 | 0.75 | 0 | 0.31 | 226.32 | 0.93 | 0.36 |
| Hex | 6 | 2D | B1 | 61 | 4B | 0 | 1F | E2 | 5D | 24 |
| Octal | 6 | 55 | 261 | 141 | 113 | 0 | 37 | 342 | 135 | 44 |
| Binary | 110 | 101101 | 10110001 | 1100001 | 1001011 | 0 | 11111 | 11100010 | 1011101 | 100100 |
Color Harmonies of #062DB1
Complementary color
Monochromatic Colors of #062DB1
Black with #062DB1
Text Example
Text Example
White with #062DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062DB1; }
p { color: rgb(6,45,177); }
H1.HeaderClassName
{
color: #062DB1;
}
.AnyTagClassName
{
color: #062DB1;
}
</style>
background-color css
<style>
a { background-color: #062DB1; }
a { background-color: rgb(6,45,177); }
div.DivClassName
{
background-color: #062DB1;
}
.BgClassName
{
background-color: #062DB1;
}
</style>
border-color css
<style>
span { border-color: #062DB1; }
span { border-color: rgb(6,45,177); }
td.TdClassName
{
border-color: #062DB1;
}
.TagClassName
{
border-color: #062DB1;
}
</style>