Html Css Color HEX #0631AF International Klein Blue
📋 copy color: '#0631AF'red 6 ◦ green 49 ◦ blue 175
Shades of International Klein Blue #0631AF
Tints of International Klein Blue #0631AF
RGB
CMYK
RGB Variations
Color information
#0631AF (or 0x0631AF) is known color: International Klein Blue. HEX triplet: 06, 31 and AF. RGB value is (6,49,175). Sum of RGB (Red+Green+Blue) = 6+49+175=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 175 (68.75% from 255 or 76.09% from 230); Max value from RGB is 175 - color contains mainly: blue. Hex color #0631AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0631AF is #F9CE50. Grayscale: #313131. Windows color (decimal): -16371281 or 11481350. OLE color: 11481350.
HSL color Cylindrical-coordinate representation of color #0631AF: hue angle of 224.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0631AF is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 49 | 175 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.31 |
| HSL | 224.73º | 0.93% | 0.35% | - |
| HSV(B) | 224.73º | 0.97% | 0.69% | - |
| XYZ | 8.91 | 5.33 | 41.12 | - |
| YUV | 50.51 | 198.25 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 175 | 0.97 | 0.72 | 0 | 0.31 | 224.73 | 0.93 | 0.35 |
| Hex | 6 | 31 | AF | 61 | 48 | 0 | 1F | E1 | 5D | 23 |
| Octal | 6 | 61 | 257 | 141 | 110 | 0 | 37 | 341 | 135 | 43 |
| Binary | 110 | 110001 | 10101111 | 1100001 | 1001000 | 0 | 11111 | 11100001 | 1011101 | 100011 |
Color Harmonies of #0631AF
Complementary color
Monochromatic Colors of #0631AF
Black with #0631AF
Text Example
Text Example
White with #0631AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0631AF; }
p { color: rgb(6,49,175); }
H1.HeaderClassName
{
color: #0631AF;
}
.AnyTagClassName
{
color: #0631AF;
}
</style>
background-color css
<style>
a { background-color: #0631AF; }
a { background-color: rgb(6,49,175); }
div.DivClassName
{
background-color: #0631AF;
}
.BgClassName
{
background-color: #0631AF;
}
</style>
border-color css
<style>
span { border-color: #0631AF; }
span { border-color: rgb(6,49,175); }
td.TdClassName
{
border-color: #0631AF;
}
.TagClassName
{
border-color: #0631AF;
}
</style>