Shades of Blue #0618EE
Tints of Blue #0618EE
RGB
CMYK
RGB Variations
Color information
#0618EE (or 0x0618EE) is known color: Blue. HEX triplet: 06, 18 and EE. RGB value is (6,24,238). Sum of RGB (Red+Green+Blue) = 6+24+238=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 238 (93.36% from 255 or 88.81% from 268); Max value from RGB is 238 - color contains mainly: blue. Hex color #0618EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0618EE is #F9E711. Grayscale: #2A2A2A. Windows color (decimal): -16377618 or 15603718. OLE color: 15603718.
HSL color Cylindrical-coordinate representation of color #0618EE: hue angle of 235.34º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0618EE is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 24 | 238 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.07 |
| HSL | 235.34º | 0.95% | 0.48% | - |
| HSV(B) | 235.34º | 0.97% | 0.93% | - |
| XYZ | 15.83 | 6.87 | 81.38 | - |
| YUV | 43.01 | 238.04 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 238 | 0.97 | 0.90 | 0 | 0.07 | 235.34 | 0.95 | 0.48 |
| Hex | 6 | 18 | EE | 61 | 5A | 0 | 7 | EB | 5F | 30 |
| Octal | 6 | 30 | 356 | 141 | 132 | 0 | 7 | 353 | 137 | 60 |
| Binary | 110 | 11000 | 11101110 | 1100001 | 1011010 | 0 | 111 | 11101011 | 1011111 | 110000 |
Color Harmonies of #0618EE
Complementary color
Monochromatic Colors of #0618EE
Black with #0618EE
Text Example
Text Example
White with #0618EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0618EE; }
p { color: rgb(6,24,238); }
H1.HeaderClassName
{
color: #0618EE;
}
.AnyTagClassName
{
color: #0618EE;
}
</style>
background-color css
<style>
a { background-color: #0618EE; }
a { background-color: rgb(6,24,238); }
div.DivClassName
{
background-color: #0618EE;
}
.BgClassName
{
background-color: #0618EE;
}
</style>
border-color css
<style>
span { border-color: #0618EE; }
span { border-color: rgb(6,24,238); }
td.TdClassName
{
border-color: #0618EE;
}
.TagClassName
{
border-color: #0618EE;
}
</style>