Html Css Color HEX #083BAC Egyptian Blue

📋 copy color: '#083BAC'

red 8 ◦ green 59 ◦ blue 172

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

Shades of Egyptian Blue #083BAC

Tints of Egyptian Blue #083BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.69%

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

R = 3.35%
G = 24.69%
B = 71.97%

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

#083BAC (or 0x083BAC) is known color: Egyptian Blue. HEX triplet: 08, 3B and AC. RGB value is (8,59,172). Sum of RGB (Red+Green+Blue) = 8+59+172=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #083BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083BAC is #F7C453. Grayscale: #383838. Windows color (decimal): -16237652 or 11287304. OLE color: 11287304.

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

Color convert

RGB 8 59 172 -
CMYK 0.95 0.66 0 0.33
HSL 221.34º 0.91% 0.35% -
HSV(B) 221.34º 0.95% 0.67% -
XYZ 9.11 6.16 39.74 -
YUV 56.63 193.1 93.31 -
System Red Green Blue C M Y K H S L
Decimal 8 59 172 0.95 0.66 0 0.33 221.34 0.91 0.35
Hex 8 3B AC 5F 42 0 21 DD 5B 23
Octal 10 73 254 137 102 0 41 335 133 43
Binary 1000 111011 10101100 1011111 1000010 0 100001 11011101 1011011 100011

Color Harmonies of #083BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083BAC

Black with #083BAC

Text Example


Text Example

White with #083BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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