Html Css Color HEX #163EA4 Egyptian Blue

📋 copy color: '#163EA4'

red 22 ◦ green 62 ◦ blue 164

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

Shades of Egyptian Blue #163EA4

Tints of Egyptian Blue #163EA4

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25%

 BLUE value IS 164 (64.45% from 255) = 66.13%

R = 8.87%
G = 25%
B = 66.13%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#163EA4 (or 0x163EA4) is known color: Egyptian Blue. HEX triplet: 16, 3E and A4. RGB value is (22,62,164). Sum of RGB (Red+Green+Blue) = 22+62+164=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 164 (64.45% from 255 or 66.13% from 248); Max value from RGB is 164 - color contains mainly: blue. Hex color #163EA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163EA4 is #E9C15B. Grayscale: #3D3D3D. Windows color (decimal): -15319388 or 10763798. OLE color: 10763798.

HSL color Cylindrical-coordinate representation of color #163EA4: hue angle of 223.1º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #163EA4 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 22 62 164 -
CMYK 0.87 0.62 0 0.36
HSL 223.1º 0.76% 0.36% -
HSV(B) 223.1º 0.87% 0.64% -
XYZ 8.75 6.3 35.88 -
YUV 61.67 185.75 99.71 -
System Red Green Blue C M Y K H S L
Decimal 22 62 164 0.87 0.62 0 0.36 223.1 0.76 0.36
Hex 16 3E A4 57 3E 0 24 DF 4C 24
Octal 26 76 244 127 76 0 44 337 114 44
Binary 10110 111110 10100100 1010111 111110 0 100100 11011111 1001100 100100

Color Harmonies of #163EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163EA4

Black with #163EA4

Text Example


Text Example

White with #163EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163EA4; }

 p { color: rgb(22,62,164); }

 H1.HeaderClassName
 {
   color: #163EA4;
 }
 .AnyTagClassName
 {
   color: #163EA4;
 }
</style>

background-color css

<style>
 a { background-color: #163EA4; }

 a { background-color: rgb(22,62,164); }

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

border-color css

<style>
 span { border-color: #163EA4; }

 span { border-color: rgb(22,62,164); }

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