Html Css Color HEX #16328D Egyptian Blue

📋 copy color: '#16328D'

red 22 ◦ green 50 ◦ blue 141

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

Shades of Egyptian Blue #16328D

Tints of Egyptian Blue #16328D

RGB

 RED value IS 22 (8.98% from 255) = 10.33%

 GREEN value IS 50 (19.92% from 255) = 23.47%

 BLUE value IS 141 (55.47% from 255) = 66.2%

R = 10.33%
G = 23.47%
B = 66.2%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#16328D (or 0x16328D) is known color: Egyptian Blue. HEX triplet: 16, 32 and 8D. RGB value is (22,50,141). Sum of RGB (Red+Green+Blue) = 22+50+141=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #16328D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16328D is #E9CD72. Grayscale: #333333. Windows color (decimal): -15322483 or 9253398. OLE color: 9253398.

HSL color Cylindrical-coordinate representation of color #16328D: hue angle of 225.88º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16328D is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 22 50 141 -
CMYK 0.84 0.65 0 0.45
HSL 225.88º 0.73% 0.32% -
HSV(B) 225.88º 0.84% 0.55% -
XYZ 6.28 4.37 25.71 -
YUV 52 178.22 106.6 -
System Red Green Blue C M Y K H S L
Decimal 22 50 141 0.84 0.65 0 0.45 225.88 0.73 0.32
Hex 16 32 8D 54 41 0 2D E2 49 20
Octal 26 62 215 124 101 0 55 342 111 40
Binary 10110 110010 10001101 1010100 1000001 0 101101 11100010 1001001 100000

Color Harmonies of #16328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16328D

Black with #16328D

Text Example


Text Example

White with #16328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16328D; }

 p { color: rgb(22,50,141); }

 H1.HeaderClassName
 {
   color: #16328D;
 }
 .AnyTagClassName
 {
   color: #16328D;
 }
</style>

background-color css

<style>
 a { background-color: #16328D; }

 a { background-color: rgb(22,50,141); }

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

border-color css

<style>
 span { border-color: #16328D; }

 span { border-color: rgb(22,50,141); }

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