#083DA3

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

Shades of Egyptian Blue #083DA3

Tints of Egyptian Blue #083DA3

Color information

#083DA3 (or 0x083DA3) is unknown color: approx Egyptian Blue. HEX triplet: 08, 3D and A3. RGB value is (8,61,163). Sum of RGB (Red+Green+Blue) = 8+61+163=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 163 (64.06% from 255 or 70.26% from 232); Max value from RGB is 163 - color contains mainly: blue. Hex color #083DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083DA3 is #F7C25C. Grayscale: #383838. Windows color (decimal): -16237149 or 10697992. OLE color: 10697992.

HSL color Cylindrical-coordinate representation of color #083DA3: hue angle of 219.48º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083DA3 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB861163-
CMYK0.950.6300.36
HSL219.48º90.64%33.53%-
HSV(B)219.48º95.09%63.92%-
XYZ8.386.0335.37-
YUV56.78187.9493.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.45%
GREEN value IS 61 (24.22% from 255) = 26.29%
BLUE value IS 163 (64.06% from 255) = 70.26%
R=3.45%
G=26.29%
B=70.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8611630.950.6300.36219.4890.6433.53
Hex83DA35F3F024db5b22
Octal10752431377704433313342
Binary10001111011010001110111111111110100100110110111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,61,163); }

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

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

 a { background-color: rgb(8,61,163); }

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

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

 span { border-color: rgb(8,61,163); }

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