Html Css Color HEX #0636AC International Klein Blue
📋 copy color: '#0636AC'red 6 ◦ green 54 ◦ blue 172
Shades of International Klein Blue #0636AC
Tints of International Klein Blue #0636AC
RGB
CMYK
RGB Variations
Color information
#0636AC (or 0x0636AC) is known color: International Klein Blue. HEX triplet: 06, 36 and AC. RGB value is (6,54,172). Sum of RGB (Red+Green+Blue) = 6+54+172=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #0636AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0636AC is #F9C953. Grayscale: #343434. Windows color (decimal): -16370004 or 11286022. OLE color: 11286022.
HSL color Cylindrical-coordinate representation of color #0636AC: hue angle of 222.65º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0636AC is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 54 | 172 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.33 |
| HSL | 222.65º | 0.93% | 0.35% | - |
| HSV(B) | 222.65º | 0.97% | 0.67% | - |
| XYZ | 8.84 | 5.66 | 39.66 | - |
| YUV | 53.1 | 195.1 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 172 | 0.97 | 0.69 | 0 | 0.33 | 222.65 | 0.93 | 0.35 |
| Hex | 6 | 36 | AC | 61 | 45 | 0 | 21 | DF | 5D | 23 |
| Octal | 6 | 66 | 254 | 141 | 105 | 0 | 41 | 337 | 135 | 43 |
| Binary | 110 | 110110 | 10101100 | 1100001 | 1000101 | 0 | 100001 | 11011111 | 1011101 | 100011 |
Color Harmonies of #0636AC
Complementary color
Monochromatic Colors of #0636AC
Black with #0636AC
Text Example
Text Example
White with #0636AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0636AC; }
p { color: rgb(6,54,172); }
H1.HeaderClassName
{
color: #0636AC;
}
.AnyTagClassName
{
color: #0636AC;
}
</style>
background-color css
<style>
a { background-color: #0636AC; }
a { background-color: rgb(6,54,172); }
div.DivClassName
{
background-color: #0636AC;
}
.BgClassName
{
background-color: #0636AC;
}
</style>
border-color css
<style>
span { border-color: #0636AC; }
span { border-color: rgb(6,54,172); }
td.TdClassName
{
border-color: #0636AC;
}
.TagClassName
{
border-color: #0636AC;
}
</style>