#083BB8

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

Shades of Egyptian Blue #083BB8

Tints of Egyptian Blue #083BB8

Color information

#083BB8 (or 0x083BB8) is unknown color: approx Egyptian Blue. HEX triplet: 08, 3B and B8. RGB value is (8,59,184). Sum of RGB (Red+Green+Blue) = 8+59+184=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 184 (72.27% from 255 or 73.31% from 251); Max value from RGB is 184 - color contains mainly: blue. Hex color #083BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083BB8 is #F7C447. Grayscale: #393939. Windows color (decimal): -16237640 or 12073736. OLE color: 12073736.

HSL color Cylindrical-coordinate representation of color #083BB8: hue angle of 222.61º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083BB8 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB859184-
CMYK0.960.6800.28
HSL222.61º91.67%37.65%-
HSV(B)222.61º95.65%72.16%-
XYZ10.326.6446.09-
YUV58199.192.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.19%
GREEN value IS 59 (23.44% from 255) = 23.51%
BLUE value IS 184 (72.27% from 255) = 73.31%
R=3.19%
G=23.51%
B=73.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal8591840.960.6800.28222.6191.6737.65
Hex83BB8604401Cdf5c26
Octal107327014010403433713446
Binary10001110111011100011000001000100011100110111111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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