Html Css Color HEX #083AAB Egyptian Blue

📋 copy color: '#083AAB'

red 8 ◦ green 58 ◦ blue 171

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

Shades of Egyptian Blue #083AAB

Tints of Egyptian Blue #083AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 72.15%

R = 3.38%
G = 24.47%
B = 72.15%

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

#083AAB (or 0x083AAB) is known color: Egyptian Blue. HEX triplet: 08, 3A and AB. RGB value is (8,58,171). Sum of RGB (Red+Green+Blue) = 8+58+171=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #083AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083AAB is #F7C554. Grayscale: #373737. Windows color (decimal): -16237909 or 11221512. OLE color: 11221512.

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

Color convert

RGB 8 58 171 -
CMYK 0.95 0.66 0 0.33
HSL 221.6º 0.91% 0.35% -
HSV(B) 221.6º 0.95% 0.67% -
XYZ 8.96 6.02 39.22 -
YUV 55.93 192.94 93.81 -
System Red Green Blue C M Y K H S L
Decimal 8 58 171 0.95 0.66 0 0.33 221.6 0.91 0.35
Hex 8 3A AB 5F 42 0 21 DE 5B 23
Octal 10 72 253 137 102 0 41 336 133 43
Binary 1000 111010 10101011 1011111 1000010 0 100001 11011110 1011011 100011

Color Harmonies of #083AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083AAB

Black with #083AAB

Text Example


Text Example

White with #083AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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