Html Css Color HEX #163BA1 Egyptian Blue

📋 copy color: '#163BA1'

red 22 ◦ green 59 ◦ blue 161

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

Shades of Egyptian Blue #163BA1

Tints of Egyptian Blue #163BA1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.38%

 BLUE value IS 161 (63.28% from 255) = 66.53%

R = 9.09%
G = 24.38%
B = 66.53%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#163BA1 (or 0x163BA1) is known color: Egyptian Blue. HEX triplet: 16, 3B and A1. RGB value is (22,59,161). Sum of RGB (Red+Green+Blue) = 22+59+161=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 161 (63.28% from 255 or 66.53% from 242); Max value from RGB is 161 - color contains mainly: blue. Hex color #163BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163BA1 is #E9C45E. Grayscale: #3B3B3B. Windows color (decimal): -15320159 or 10566422. OLE color: 10566422.

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

Color convert

RGB 22 59 161 -
CMYK 0.86 0.63 0 0.37
HSL 224.03º 0.76% 0.36% -
HSV(B) 224.03º 0.86% 0.63% -
XYZ 8.33 5.87 34.41 -
YUV 59.57 185.24 101.21 -
System Red Green Blue C M Y K H S L
Decimal 22 59 161 0.86 0.63 0 0.37 224.03 0.76 0.36
Hex 16 3B A1 56 3F 0 25 E0 4C 24
Octal 26 73 241 126 77 0 45 340 114 44
Binary 10110 111011 10100001 1010110 111111 0 100101 11100000 1001100 100100

Color Harmonies of #163BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163BA1

Black with #163BA1

Text Example


Text Example

White with #163BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,59,161); }

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

background-color css

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

 a { background-color: rgb(22,59,161); }

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

border-color css

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

 span { border-color: rgb(22,59,161); }

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