#0837AA

Color #0837AA Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #0837AA

Tints of Egyptian Blue #0837AA

Color information

#0837AA (or 0x0837AA) is unknown color: approx Egyptian Blue. HEX triplet: 08, 37 and AA. RGB value is (8,55,170). Sum of RGB (Red+Green+Blue) = 8+55+170=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #0837AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0837AA is #F7C855. Grayscale: #353535. Windows color (decimal): -16238678 or 11155208. OLE color: 11155208.

HSL color Cylindrical-coordinate representation of color #0837AA: hue angle of 222.59º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0837AA is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB855170-
CMYK0.950.6800.33
HSL222.59º91.01%34.9%-
HSV(B)222.59º95.29%66.67%-
XYZ8.725.6938.67-
YUV54.06193.4395.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 3.43%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 170 (66.80% from 255) = 72.96%
R=3.43%
G=23.61%
B=72.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8551700.950.6800.33222.5991.0134.9
Hex837AA5F44021df5b23
Octal106725213710404133713343
Binary100011011110101010101111110001000100001110111111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0837AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0837AA; }

 p { color: rgb(8,55,170); }

 H1.HeaderClassName
 {
   color: #0837AA;
 }
 .AnyTagClassName
 {
   color: #0837AA;
 }
</style>
background-color css

<style>
 a { background-color: #0837AA; }

 a { background-color: rgb(8,55,170); }

 div.DivClassName
 {
   background-color: #0837AA;
 }
 .BgClassName
 {
   background-color: #0837AA;
 }
</style>
border-color css

<style>
 span { border-color: #0837AA; }

 span { border-color: rgb(8,55,170); }

 td.TdClassName
 {
   border-color: #0837AA;
 }
 .TagClassName
 {
   border-color: #0837AA;
 }
</style>