Html Css Color HEX #083AAA Egyptian Blue

📋 copy color: '#083AAA'

red 8 ◦ green 58 ◦ blue 170

#083AAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #083AAA

Tints of Egyptian Blue #083AAA

RGB

 RED value IS 8 (3.52% from 255) = 3.39%

 GREEN value IS 58 (23.05% from 255) = 24.58%

 BLUE value IS 170 (66.8% from 255) = 72.03%

R = 3.39%
G = 24.58%
B = 72.03%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#083AAA (or 0x083AAA) is known color: Egyptian Blue. HEX triplet: 08, 3A and AA. RGB value is (8,58,170). Sum of RGB (Red+Green+Blue) = 8+58+170=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #083AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083AAA is #F7C555. Grayscale: #373737. Windows color (decimal): -16237910 or 11155976. OLE color: 11155976.

HSL color Cylindrical-coordinate representation of color #083AAA: hue angle of 221.48º 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 #083AAA is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 58 170 -
CMYK 0.95 0.66 0 0.33
HSL 221.48º 0.91% 0.35% -
HSV(B) 221.48º 0.95% 0.67% -
XYZ 8.87 5.98 38.72 -
YUV 55.82 192.44 93.89 -
System Red Green Blue C M Y K H S L
Decimal 8 58 170 0.95 0.66 0 0.33 221.48 0.91 0.35
Hex 8 3A AA 5F 42 0 21 DD 5B 23
Octal 10 72 252 137 102 0 41 335 133 43
Binary 1000 111010 10101010 1011111 1000010 0 100001 11011101 1011011 100011

Color Harmonies of #083AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083AAA

Black with #083AAA

Text Example


Text Example

White with #083AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #083AAA;
 }
 .AnyTagClassName
 {
   color: #083AAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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