Html Css Color HEX #083AB3 Egyptian Blue

📋 copy color: '#083AB3'

red 8 ◦ green 58 ◦ blue 179

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

Shades of Egyptian Blue #083AB3

Tints of Egyptian Blue #083AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 73.06%

R = 3.27%
G = 23.67%
B = 73.06%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#083AB3 (or 0x083AB3) is known color: Egyptian Blue. HEX triplet: 08, 3A and B3. RGB value is (8,58,179). Sum of RGB (Red+Green+Blue) = 8+58+179=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 179 (70.31% from 255 or 73.06% from 245); Max value from RGB is 179 - color contains mainly: blue. Hex color #083AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083AB3 is #F7C54C. Grayscale: #383838. Windows color (decimal): -16237901 or 11745800. OLE color: 11745800.

HSL color Cylindrical-coordinate representation of color #083AB3: hue angle of 222.46º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083AB3 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 58 179 -
CMYK 0.96 0.68 0 0.30
HSL 222.46º 0.91% 0.37% -
HSV(B) 222.46º 0.96% 0.7% -
XYZ 9.75 6.33 43.36 -
YUV 56.84 196.94 93.16 -
System Red Green Blue C M Y K H S L
Decimal 8 58 179 0.96 0.68 0 0.30 222.46 0.91 0.37
Hex 8 3A B3 60 44 0 1E DE 5B 25
Octal 10 72 263 140 104 0 36 336 133 45
Binary 1000 111010 10110011 1100000 1000100 0 11110 11011110 1011011 100101

Color Harmonies of #083AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083AB3

Black with #083AB3

Text Example


Text Example

White with #083AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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