Shades of Egyptian Blue #0835B4
Tints of Egyptian Blue #0835B4
RGB
CMYK
RGB Variations
Color information
#0835B4 (or 0x0835B4) is known color: Egyptian Blue. HEX triplet: 08, 35 and B4. RGB value is (8,53,180). Sum of RGB (Red+Green+Blue) = 8+53+180=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 180 (70.70% from 255 or 74.69% from 241); Max value from RGB is 180 - color contains mainly: blue. Hex color #0835B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0835B4 is #F7CA4B. Grayscale: #353535. Windows color (decimal): -16239180 or 11810056. OLE color: 11810056.
HSL color Cylindrical-coordinate representation of color #0835B4: hue angle of 224.3º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0835B4 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 53 | 180 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.29 |
| HSL | 224.3º | 0.91% | 0.37% | - |
| HSV(B) | 224.3º | 0.96% | 0.71% | - |
| XYZ | 9.61 | 5.89 | 43.81 | - |
| YUV | 54.02 | 199.09 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 180 | 0.96 | 0.71 | 0 | 0.29 | 224.3 | 0.91 | 0.37 |
| Hex | 8 | 35 | B4 | 60 | 47 | 0 | 1D | E0 | 5B | 25 |
| Octal | 10 | 65 | 264 | 140 | 107 | 0 | 35 | 340 | 133 | 45 |
| Binary | 1000 | 110101 | 10110100 | 1100000 | 1000111 | 0 | 11101 | 11100000 | 1011011 | 100101 |
Color Harmonies of #0835B4
Complementary color
Monochromatic Colors of #0835B4
Black with #0835B4
Text Example
Text Example
White with #0835B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0835B4; }
p { color: rgb(8,53,180); }
H1.HeaderClassName
{
color: #0835B4;
}
.AnyTagClassName
{
color: #0835B4;
}
</style>
background-color css
<style>
a { background-color: #0835B4; }
a { background-color: rgb(8,53,180); }
div.DivClassName
{
background-color: #0835B4;
}
.BgClassName
{
background-color: #0835B4;
}
</style>
border-color css
<style>
span { border-color: #0835B4; }
span { border-color: rgb(8,53,180); }
td.TdClassName
{
border-color: #0835B4;
}
.TagClassName
{
border-color: #0835B4;
}
</style>