Html Css Color HEX #083AA2 Egyptian Blue

📋 copy color: '#083AA2'

red 8 ◦ green 58 ◦ blue 162

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

Shades of Egyptian Blue #083AA2

Tints of Egyptian Blue #083AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 71.05%

R = 3.51%
G = 25.44%
B = 71.05%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#083AA2 (or 0x083AA2) is known color: Egyptian Blue. HEX triplet: 08, 3A and A2. RGB value is (8,58,162). Sum of RGB (Red+Green+Blue) = 8+58+162=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 162 (63.67% from 255 or 71.05% from 228); Max value from RGB is 162 - color contains mainly: blue. Hex color #083AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083AA2 is #F7C55D. Grayscale: #363636. Windows color (decimal): -16237918 or 10631688. OLE color: 10631688.

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

Color convert

RGB 8 58 162 -
CMYK 0.95 0.64 0 0.36
HSL 220.52º 0.91% 0.33% -
HSV(B) 220.52º 0.95% 0.64% -
XYZ 8.13 5.69 34.85 -
YUV 54.91 188.44 94.54 -
System Red Green Blue C M Y K H S L
Decimal 8 58 162 0.95 0.64 0 0.36 220.52 0.91 0.33
Hex 8 3A A2 5F 40 0 24 DD 5B 21
Octal 10 72 242 137 100 0 44 335 133 41
Binary 1000 111010 10100010 1011111 1000000 0 100100 11011101 1011011 100001

Color Harmonies of #083AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083AA2

Black with #083AA2

Text Example


Text Example

White with #083AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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