#083BB6

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

Shades of Egyptian Blue #083BB6

Tints of Egyptian Blue #083BB6

Color information

#083BB6 (or 0x083BB6) is unknown color: approx Egyptian Blue. HEX triplet: 08, 3B and B6. RGB value is (8,59,182). Sum of RGB (Red+Green+Blue) = 8+59+182=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 182 (71.48% from 255 or 73.09% from 249); Max value from RGB is 182 - color contains mainly: blue. Hex color #083BB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083BB6 is #F7C449. Grayscale: #393939. Windows color (decimal): -16237642 or 11942664. OLE color: 11942664.

HSL color Cylindrical-coordinate representation of color #083BB6: hue angle of 222.41º degrees, saturation: 0.92, 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 #083BB6 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB859182-
CMYK0.960.6800.29
HSL222.41º91.58%37.25%-
HSV(B)222.41º95.6%71.37%-
XYZ10.116.5644.99-
YUV57.77198.192.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.21%
GREEN value IS 59 (23.44% from 255) = 23.69%
BLUE value IS 182 (71.48% from 255) = 73.09%
R=3.21%
G=23.69%
B=73.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal8591820.960.6800.29222.4191.5837.25
Hex83BB6604401Dde5c25
Octal107326614010403533613445
Binary10001110111011011011000001000100011101110111101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083BB6; }

 p { color: rgb(8,59,182); }

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

<style>
 a { background-color: #083BB6; }

 a { background-color: rgb(8,59,182); }

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

<style>
 span { border-color: #083BB6; }

 span { border-color: rgb(8,59,182); }

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