Html Css Color HEX #163EAE Egyptian Blue

📋 copy color: '#163EAE'

red 22 ◦ green 62 ◦ blue 174

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

Shades of Egyptian Blue #163EAE

Tints of Egyptian Blue #163EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 67.44%

R = 8.53%
G = 24.03%
B = 67.44%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#163EAE (or 0x163EAE) is known color: Egyptian Blue. HEX triplet: 16, 3E and AE. RGB value is (22,62,174). Sum of RGB (Red+Green+Blue) = 22+62+174=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #163EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163EAE is #E9C151. Grayscale: #3E3E3E. Windows color (decimal): -15319378 or 11419158. OLE color: 11419158.

HSL color Cylindrical-coordinate representation of color #163EAE: hue angle of 224.21º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #163EAE is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 22 62 174 -
CMYK 0.87 0.64 0 0.32
HSL 224.21º 0.78% 0.38% -
HSV(B) 224.21º 0.87% 0.68% -
XYZ 9.69 6.67 40.82 -
YUV 62.81 190.75 98.89 -
System Red Green Blue C M Y K H S L
Decimal 22 62 174 0.87 0.64 0 0.32 224.21 0.78 0.38
Hex 16 3E AE 57 40 0 20 E0 4E 26
Octal 26 76 256 127 100 0 40 340 116 46
Binary 10110 111110 10101110 1010111 1000000 0 100000 11100000 1001110 100110

Color Harmonies of #163EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163EAE

Black with #163EAE

Text Example


Text Example

White with #163EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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