Html Css Color HEX #163A9A Egyptian Blue

📋 copy color: '#163A9A'

red 22 ◦ green 58 ◦ blue 154

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

Shades of Egyptian Blue #163A9A

Tints of Egyptian Blue #163A9A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.79%

 BLUE value IS 154 (60.55% from 255) = 65.81%

R = 9.4%
G = 24.79%
B = 65.81%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#163A9A (or 0x163A9A) is known color: Egyptian Blue. HEX triplet: 16, 3A and 9A. RGB value is (22,58,154). Sum of RGB (Red+Green+Blue) = 22+58+154=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #163A9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163A9A is #E9C565. Grayscale: #393939. Windows color (decimal): -15320422 or 10107414. OLE color: 10107414.

HSL color Cylindrical-coordinate representation of color #163A9A: hue angle of 223.64º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #163A9A is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 22 58 154 -
CMYK 0.86 0.62 0 0.40
HSL 223.64º 0.75% 0.35% -
HSV(B) 223.64º 0.86% 0.6% -
XYZ 7.68 5.53 31.23 -
YUV 58.18 182.07 102.19 -
System Red Green Blue C M Y K H S L
Decimal 22 58 154 0.86 0.62 0 0.40 223.64 0.75 0.35
Hex 16 3A 9A 56 3E 0 28 E0 4B 23
Octal 26 72 232 126 76 0 50 340 113 43
Binary 10110 111010 10011010 1010110 111110 0 101000 11100000 1001011 100011

Color Harmonies of #163A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163A9A

Black with #163A9A

Text Example


Text Example

White with #163A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,58,154); }

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

background-color css

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

 a { background-color: rgb(22,58,154); }

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

border-color css

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

 span { border-color: rgb(22,58,154); }

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