Html Css Color HEX #083AB9 Egyptian Blue

📋 copy color: '#083AB9'

red 8 ◦ green 58 ◦ blue 185

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

Shades of Egyptian Blue #083AB9

Tints of Egyptian Blue #083AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 73.71%

R = 3.19%
G = 23.11%
B = 73.71%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#083AB9 (or 0x083AB9) is known color: Egyptian Blue. HEX triplet: 08, 3A and B9. RGB value is (8,58,185). Sum of RGB (Red+Green+Blue) = 8+58+185=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 185 (72.66% from 255 or 73.71% from 251); Max value from RGB is 185 - color contains mainly: blue. Hex color #083AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083AB9 is #F7C546. Grayscale: #383838. Windows color (decimal): -16237895 or 12139016. OLE color: 12139016.

HSL color Cylindrical-coordinate representation of color #083AB9: hue angle of 223.05º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083AB9 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 58 185 -
CMYK 0.96 0.69 0 0.27
HSL 223.05º 0.92% 0.38% -
HSV(B) 223.05º 0.96% 0.73% -
XYZ 10.37 6.58 46.62 -
YUV 57.53 199.94 92.67 -
System Red Green Blue C M Y K H S L
Decimal 8 58 185 0.96 0.69 0 0.27 223.05 0.92 0.38
Hex 8 3A B9 60 45 0 1B DF 5C 26
Octal 10 72 271 140 105 0 33 337 134 46
Binary 1000 111010 10111001 1100000 1000101 0 11011 11011111 1011100 100110

Color Harmonies of #083AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083AB9

Black with #083AB9

Text Example


Text Example

White with #083AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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