Html Css Color HEX #083AAC Egyptian Blue

📋 copy color: '#083AAC'

red 8 ◦ green 58 ◦ blue 172

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

Shades of Egyptian Blue #083AAC

Tints of Egyptian Blue #083AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 72.27%

R = 3.36%
G = 24.37%
B = 72.27%

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

#083AAC (or 0x083AAC) is known color: Egyptian Blue. HEX triplet: 08, 3A and AC. RGB value is (8,58,172). Sum of RGB (Red+Green+Blue) = 8+58+172=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #083AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083AAC is #F7C553. Grayscale: #373737. Windows color (decimal): -16237908 or 11287048. OLE color: 11287048.

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

Color convert

RGB 8 58 172 -
CMYK 0.95 0.66 0 0.33
HSL 221.71º 0.91% 0.35% -
HSV(B) 221.71º 0.95% 0.67% -
XYZ 9.06 6.06 39.72 -
YUV 56.05 193.44 93.73 -
System Red Green Blue C M Y K H S L
Decimal 8 58 172 0.95 0.66 0 0.33 221.71 0.91 0.35
Hex 8 3A AC 5F 42 0 21 DE 5B 23
Octal 10 72 254 137 102 0 41 336 133 43
Binary 1000 111010 10101100 1011111 1000010 0 100001 11011110 1011011 100011

Color Harmonies of #083AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083AAC

Black with #083AAC

Text Example


Text Example

White with #083AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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