Html Css Color HEX #163C94 Egyptian Blue

📋 copy color: '#163C94'

red 22 ◦ green 60 ◦ blue 148

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

Shades of Egyptian Blue #163C94

Tints of Egyptian Blue #163C94

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.09%

 BLUE value IS 148 (58.2% from 255) = 64.35%

R = 9.57%
G = 26.09%
B = 64.35%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#163C94 (or 0x163C94) is known color: Egyptian Blue. HEX triplet: 16, 3C and 94. RGB value is (22,60,148). Sum of RGB (Red+Green+Blue) = 22+60+148=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 148 (58.20% from 255 or 64.35% from 230); Max value from RGB is 148 - color contains mainly: blue. Hex color #163C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163C94 is #E9C36B. Grayscale: #3A3A3A. Windows color (decimal): -15319916 or 9714710. OLE color: 9714710.

HSL color Cylindrical-coordinate representation of color #163C94: hue angle of 221.9º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163C94 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 60 148 -
CMYK 0.85 0.59 0 0.42
HSL 221.9º 0.74% 0.33% -
HSV(B) 221.9º 0.85% 0.58% -
XYZ 7.29 5.54 28.7 -
YUV 58.67 178.41 101.84 -
System Red Green Blue C M Y K H S L
Decimal 22 60 148 0.85 0.59 0 0.42 221.9 0.74 0.33
Hex 16 3C 94 55 3B 0 2A DE 4A 21
Octal 26 74 224 125 73 0 52 336 112 41
Binary 10110 111100 10010100 1010101 111011 0 101010 11011110 1001010 100001

Color Harmonies of #163C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163C94

Black with #163C94

Text Example


Text Example

White with #163C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,60,148); }

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

background-color css

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

 a { background-color: rgb(22,60,148); }

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

border-color css

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

 span { border-color: rgb(22,60,148); }

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