Html Css Color HEX #083DAB Egyptian Blue

📋 copy color: '#083DAB'

red 8 ◦ green 61 ◦ blue 171

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

Shades of Egyptian Blue #083DAB

Tints of Egyptian Blue #083DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.42%

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

R = 3.33%
G = 25.42%
B = 71.25%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#083DAB (or 0x083DAB) is known color: Egyptian Blue. HEX triplet: 08, 3D and AB. RGB value is (8,61,171). Sum of RGB (Red+Green+Blue) = 8+61+171=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #083DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083DAB is #F7C254. Grayscale: #393939. Windows color (decimal): -16237141 or 11222280. OLE color: 11222280.

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

Color convert

RGB 8 61 171 -
CMYK 0.95 0.64 0 0.33
HSL 220.49º 0.91% 0.35% -
HSV(B) 220.49º 0.95% 0.67% -
XYZ 9.12 6.33 39.27 -
YUV 57.69 191.94 92.56 -
System Red Green Blue C M Y K H S L
Decimal 8 61 171 0.95 0.64 0 0.33 220.49 0.91 0.35
Hex 8 3D AB 5F 40 0 21 DC 5B 23
Octal 10 75 253 137 100 0 41 334 133 43
Binary 1000 111101 10101011 1011111 1000000 0 100001 11011100 1011011 100011

Color Harmonies of #083DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083DAB

Black with #083DAB

Text Example


Text Example

White with #083DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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